1. To use PHP, make a file and give it a ".php" file extension such as myfile.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 "". You can learn more about PHP at http://php.net and http://zend.org