[snip]
I've lost the name of the function I found in php.net some time ago.
This function was able to write the text line at the end of the text
file.

Can you tell me the name of this function?
[/snip]

http://www.php.net/fopen

fopen("myFile.txt", "a");

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to