Jul 24th, 2009, 7:23 PM
Hey blackdog!
If your page a .php page? Note that you can't add PHP to a .html or .htm page - only PHP pages! That's the most likely culprit.
If it IS a PHP page, check your tags. All the PHP should be wrapped within these:
Good luck!
- Ben
If your page a .php page? Note that you can't add PHP to a .html or .htm page - only PHP pages! That's the most likely culprit.
If it IS a PHP page, check your tags. All the PHP should be wrapped within these:
PHP Code:
<?php
// ...
?>
Good luck!

- Ben