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
Maybe the function header() is disabled in your configuration?
header()
Test:
print ini_get('disable_functions');