Skip to content Skip to sidebar Skip to footer

Include() Messing Up Html Structure

I have a little problem. I have header.php and footer.php files which I include in every page. In the header.php I have the tag with the scripts/styles and a div which

Solution 1:

When you open a html page it loads automatically the default head. Your php code is running after that loading. Try not to use that include.


Post a Comment for "Include() Messing Up Html Structure"