I have some issues with a PHP file that is not working properly. The Content-type does not get recieved by any browser at all. Firebug interprets the file as text/html inste
Wild guess : open your file with something which would display any BOM. If you see some strange characters before you have your problem. Check your current editor options to save UTF-8 file and make it save them without BOM.