Anyone ever heard of this happening?
When I upload a file with a ".php" extension or with no extension, a line of text including the file name and a bunch of random characters is added to the top of the file. This prints to the screen when you view the file in a browser and prevents some php functions from working.
When I use ftp this does not happen.
When I upload an ".html" file this does not happen. In fact, ".html" files are recognized as ASCII while the ".php" files are being identified as some type of Macintosh binary file.
I have not found any reference to this on the web and the support guy for my host server doesn't understand or believe that this is happening.
Am I the only one?
When I upload a file with a ".php" extension or with no extension, a line of text including the file name and a bunch of random characters is added to the top of the file. This prints to the screen when you view the file in a browser and prevents some php functions from working.
When I use ftp this does not happen.
When I upload an ".html" file this does not happen. In fact, ".html" files are recognized as ASCII while the ".php" files are being identified as some type of Macintosh binary file.
I have not found any reference to this on the web and the support guy for my host server doesn't understand or believe that this is happening.
Am I the only one?