Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie to php (opening a file in a editable text box)

Status
Not open for further replies.

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?
 
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: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top