PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
As stingerman said, this isn't PHP code, just pure HTML code. Remove the PHP tags (<?php & ?>) and this will just run like any HTML document, regardless of the file extension (.htm or .php).
Citrate wrote:As stingerman said, this isn't PHP code, just pure HTML code. Remove the PHP tags (<?php & ?>) and this will just run like any HTML document, regardless of the file extension (.htm or .php).
*You guys were right - remove the php from the top and bottom. Thanks!