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
This sounds like your webserver is interpreting the script as a normal file. Does it have a .php extension and do other .php files work as expected?