1. To use PHP within your account make a file and give it a ".php" file
extension (e.g., example.php).
2. Inside this file you can put any HTML that would normally go in a
Web page.
3. Anywhere in that file, within the HTML, you can put your PHP code.
4. PHP code always begins with a "". A great
place to learn PHP is http://zend.org.