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_
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
2 matches
Mail list logo