okay, I am having difficulties here. I converted a css document to php. < php header("content-type: text/css"); ? gt; and saved as php. It works on this page just fine LOCALLY. However I have this php saved on a ftp server. http://www.example.com/blah/config/thecssDocument.php when I have the source go to the url above, it does not work?
Also have in the same folder in the ftp the .css version. That works just fine. they have the same permissions of 755 yet the .php one does not work at all! I know I added the parsing too, because that is what I need to include in this css php file as well as soon as it locates the remote file not the local.
Have you tried turning on error reporting? This might give you an idea of what it could be. You have not provided much information for any of us to go on. It sounds to me like your server may be miss-configured somewhere.