Jan 14, 2003 #1 MAWarGod Programmer Feb 15, 2002 352 US I am trying to open a file in a editable text box allowing a user to submit new text to file and saveing? The file could be one word one line or any size is there a way to do this?
I am trying to open a file in a editable text box allowing a user to submit new text to file and saveing? The file could be one word one line or any size is there a way to do this?
Jan 14, 2003 #2 sleipnir214 Programmer May 6, 2002 15,350 US Open the file using fopen(). In a form which is submitted to a second script, output the contents of your file between a <TEXTAREA>...</TEXTAREA> pair. Have that second script save the value of the TEXTAREA tag back to the file. Want the best answers? Ask the best questions: http://www.tuxedo.org/~esr/faqs/smart-questions.htmlTANSTAAFL! Upvote 0 Downvote
Open the file using fopen(). In a form which is submitted to a second script, output the contents of your file between a <TEXTAREA>...</TEXTAREA> pair. Have that second script save the value of the TEXTAREA tag back to the file. Want the best answers? Ask the best questions: http://www.tuxedo.org/~esr/faqs/smart-questions.htmlTANSTAAFL!