[PHP] text file reading and overwrite

2003-02-24 Thread Michael P. Carel
Hi, Have a problem in reading a text file and displaying it in a text box area,also what function should i used to overwrite an existing text file. mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] text file reading and overwrite

2003-02-24 Thread Patrick Teague
Have a problem in reading a text file and displaying it in a text box area,also what function should i used to overwrite an existing text file. For textarea type text boxes, use the following - textarea$var/textarea Please note that if you include *any* kind of spaces or tabs or other

RE: [PHP] text file reading and overwrite

2003-02-24 Thread Matt Honeycutt
Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 7:04 PM To: [EMAIL PROTECTED] Subject: [PHP] text file reading and overwrite Hi, Have a problem in reading a text file and displaying it in a text box area,also what function should i used to overwrite