RE: [PHP] appending file with new line first

2003-02-09 Thread Chris Kay
9:13 AM To: [EMAIL PROTECTED] Subject: [PHP] appending file with new line first Hello, Yep, me again, with yet another php question. Maybe I'm too tired to see the easy solution... I open a file and write to it: $handle = fopen ($temp_file, 'a'); fwrite($handle, $original_

[PHP] appending file with new line first

2003-02-09 Thread Guru Geek
Hello, Yep, me again, with yet another php question. Maybe I'm too tired to see the easy solution... I open a file and write to it: $handle = fopen ($temp_file, 'a'); fwrite($handle, $original_info); fclose ($handle); Later I want to add to the above file: $handle = fopen ($temp_file