Tutorials
http://www.w3schools.com/php/php_syntax.asp - Online tutorial
First PHP Code
The Switch Statement
PHP Arrays
PHP Forms and User Input
Advanced Tutorial
Date Function
Server side includes
You can insert the content of a file into a PHP file before the server executes it, with the include() or
require() function. The two functions are identical in every way, except how they handle errors. The
include() function generates a warning (but the script will continue execution) while the require()
function generates a fatal error (and the script execution will stop after the error).
Include() function
Storing a Session Variable
Sending an email in PHP
Email form
Email form validation