View Single Post
Old 09-11-2005, 11:35 AM   #2 (permalink)
fitzjj
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

Yep, hit www.php.net and look at the fwrite(), fopen() functions. Theese will do everything you need to do. It will be a case of telling it to write to a file but if the file does not exist then create it.

Remember to chmod any text file to give it the correct permissions otherwise reading and writing to it wont happen.
fitzjj is offline