[PHP] Adding Text to .txt file

2004-01-19 Thread Labunski
Hello, 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? Lab. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Adding Text to .txt file

2004-01-19 Thread Jay Blanchard
[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