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
when i inspect the element using chrome the php seems to be commented out
The PHP is not passing through a PHP parser before getting to the browser, so the browser is receiving the PHP code instead of the server executing it.
Make sure that: