Hey Everyone!
I just transfered and patched up some files because I moved them from Linux/PHP/Apache/mySQL to Windows XP Home/PHP/Apache/mySQL.
I fixed all the problems that come up, but, when I load the page in IE6, it reloads a bunch of times and just loads normally.
I tried the best I can to make the page HTML 4.01 Transitional. So, on Linux, after I patched the page to be HTML 4.01 Transitional I put a link for my visitors to validate my page if they want to.
So I notice also, that when I validate the page, I rarely get it to work. 90% of the time, this is what I receive from the W3C validator:
I got the following unexpected response when trying to retrieve <[url]http://*****/[/url]>:
500 Bad header: ' <img src="/images/menu/other_stuff-off.gif" alt="Other Stuff" name="menu-other_stuff" width="186" height="17" border="0">'
Please make sure you have entered the URI correctly.
I get this error most of the time, but sometimes there is a different part of my PHP HTML output in the page. And then, when it works, half of the page is trimmed off, thus, I get errors about my page not being HTML 4.01 Transitional.
Anybody know why this header is being sent by my server?
UPDATE:
The error is in my layout file. I'm pretty sure, read my post below with the attachment. Maybe someone can tell me where I went wrong. (layout.inc.php)