I am building a html page but want to break the header out so I dont have to keep changing all the files.
I am attempting to add a php.include file and save the pag
OK. A few things.
error_reporting = E_ALL |
E_STRICT | E_WARNING
in php.ini)display_errors = on
in
php.ini)Try using require
rather than include
as require
will halt execution if it can't load the file and show an error