Forum Moderators: open
The problem is, when I put the HTML code in the INC file, it doesn't display correctly. I suppose my question is, can I put HTML code in the INC file on a PHP site? Try to hold back the laughter and not roll your eyes :)
Any quick solutions?
PrattTA1, cameraman is correct in that it depends on the situation and where you want the html to be included. You might want to read the include [us3.php.net] documentation as it explains how the process works.
You might also want to look into auto_prepend_file [us3.php.net] and auto_append_file [us3.php.net] as they might provide solutions for you if they fit well within what you are trying to accomplish.
Good luck! :)