View Single Post
  #5 (permalink)  
Old 02-28-07, 07:21 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
Note that the previously submitted data gets erased when writing to the log file which has been opened in "w" mode. Replace the "w" with "a", to add the new data below the old data.

http://www.php.net/fopen
Reply With Quote