Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
If you use something like the firebug net tab, and look at the answered headers from the server, what do you see ?
What is the encoding of the php file too ?
It may be that your PHP file contains a BOM (Byte Order Mark). It's a specific encoding indication that is put at the beginning of a file, but most of the time hidden to you by the editors, as they just use it to get the file encoding.
You might be able to see it if you use an hex editor, but I cannot say for sure.
Maybe something like scite , if you enable the display of the white spaces, will show it to you, I don't know.
scite: http://prdownloads.sourceforge.net/s...1.zip?download
It's been so long I have not been exposed to a BOM, that I honestly don't remember how to see it.
And I'm running a Linux desktop anyway, so...
On windows, I've found a link about a BOM detector, written in .net: http://www.wiso.cz/2007/08/08/bomdet...-bom-in-files/
Maybe it can tell you if your file does have a BOM.
__________________
Only a biker knows why a dog sticks his head out the window.
|