Forum Moderators: coopster

Message Too Old, No Replies

How to add item to existing TXT file?

         

toplisek

7:56 pm on Mar 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have list of words and would like to add to TXT file on my sever my item from FORM.

How to do with PHP?

dreamcatcher

8:44 am on Mar 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look into the following functions:

fopen [uk.php.net]
fwrite [uk.php.net]
fclose [uk.php.net]

They should get you started.

dc