|
PHP code inside of HTML pages
PHP code inside of html pages will only work if the file is named with a php file
extension (filename.php and not filename.html).
You will have to edit other pages that link to filename.html to reflect the
php extension change.
|