PHP not uploading correctly

Hello,

I've NEVER before had a problem with this, but all of a sudden, for no apparent reason, .PHP pages will not upload correctly. I've always had it set on auto, and it has always been correct. My coding is correct, so I contacted my host. They determined that the problem was not theirs and that it may be my FTP program.

http://www.justinderrico.com/graphics/site.php - the file uploaded as ascii
http://justinderrico.com/graphics/designs.php - file uploaded as binary (wrong, but it looks better...)

I'm not sure what is going on, and I don't know if this is FTP-related or not, but any help would be greatly appreciated.

If you use Auto, be sure *.php is added to the ASCII File List in the settings (by default, it only contains *.pl). However, it is strongly recommended to transfer files always in binary mode and use a professional text editor that can handle both DOS / Windows and UNIX sytle files.

Thank you for your help. In the settings panel, I added the *.php as you suggested, and I resaved the document in a different format (from Unicode to ANSI in Windows' Notepad), and it is now working correctly. Not sure why it had always worked before and, suddenly, didn't, but I suppose all that is important is that it works now. Thank you!