quote:
Originally posted by andrewdodd13
Don't you have to do
include (<filename>)
?
It's not mandatory to use () for include(_once) and require(_once).
Do you have any PHP code in the *.html files? If there's PHP code in them, make sure you created the correct AddHandler/AddType entries in the .htaccess file of the directory you're using, to render *.html files as PHP. Or simply rename them to *.php.