
| Official Php site Search the php function list right from the main site, or better yet, download the complete docs. |
| Php Classes.org Learn by using the example scripts they have (req. registration) |
| Hot Scripts Php scripts |
| Predefined variables See what's in the $_SERVER array etc |
| CakePhp Like rails is to ruby. A rapid development framework for Php. |
| PEAR A framework of reusable Php components. |
| 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. |