Hi all:
 
I've managed to configure a "File Editor" which loops through each line of a selected file and displays it in a <textarea> box.  Modifications can be made to the file and changes to the file are sent and written using the "fputs" function.  It is functioning well, except for one thing -- any changes to a file containing PHP scripting in it seems to create some major errors.  Is this happening because fputs works in Binary mode (as opposed to ASCII)?  Does anyone know of a work-around to this particular scenario?  Any help or guidance offered would be greatly appreciated.  Thanks in advance!
 
Regards,
 
Pat Dupuis

Reply via email to