Jump to content

Multiple includes cause strange character to appear in IE7


Thierry

Recommended Posts

When I do more then a single require() (also tried include, same deal) I get a strange character "strangecharda0.gif" printed to the page in IE7 (Firefox works fine), which causes a linebreak to occur.

 

Since I may end up using more then a single include/require in my pages I really need to find a fix for this, is it some setting in php.ini?

 

I checked all the stuff I was including and that didnt cause it (merely including a blank piece of text twice causes it).

What the requires include doesnt seem to matter, if I do require("page with AA in it") and then require("page with BB in it"), I get "AAstrangecharda0.gifBB" in my source code in IE7.

 

Note that the first require/include doesnt get the character to show at the end, it seems to show at the start of the second include.

 

Any ideas what could be causing this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.