How to use PHP
Your PHP pages may have the extension .php, .php3 or .php4, the parser will accept all of these as being PHP version 4. There can be a few problems concerning older PHP code in regards to the new version 4 parser, but it is generally backwards compatible.
Here are a few sites concerning PHP to get you started:
Category: PHP

