> I need to know if there is a program out there that I can use to edit
> the PHP files. I use CuteFTP to download the files from my server as I
> need to change some wording around from time to time. Does anyone know
> the correct procedure for downloading a php file with CuteFTP and then a
> program that I can use to edit the text I need to edit. Then also, the
> correct way to upload it back to the server using CuteFTP. Do I use
> Binary or ACII.
PHP files (unless optimised by Zend or something) are just plain text
files. You can use either Binary or ASCII mode to up/download them, and
your text editor of choice (Notepad, PFM, HomeSite, or for the masochists,
MS Word :)) to edit them and save them.
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]