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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.