Site Admin Stuff

Stuff I depend on as a webmaster and web developer

Go home

Php

Php

Php the web programming language
Official Php site Official Php site Search the php function list right from the main site, or better yet, download the complete docs.
Php Classes.org Php Classes.org Learn by using the example scripts they have (req. registration)
Hot Scripts Hot Scripts Php scripts
Predefined variables See what's in the $_SERVER array etc
CakePhp CakePhp Like rails is to ruby. A rapid development framework for Php.
PEAR PEAR A framework of reusable Php components.
Smarty template engine Smarty template engine A good template engine. I usually find them unnecessary, but Smarty has it's fans.
ezSQL A database abstraction class for Php. Works with lots of DBs.