[PHP] Re: Adding Text to .txt file

2004-01-20 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > And this function was differs from fopen("myFile.txt", "a"); > That would possibly be fwrite() after you do an fopen as above Cheers -- Quod subigo farinam A: Because it messes up the order in which people normally read text. Q: Why i

RE: [PHP] Re: Adding Text to .txt file

2004-01-19 Thread Jay Blanchard
[snip] And this function was differs from fopen("myFile.txt", "a"); [/snip] Ah well, that would leave me ignorant then. Sorry to have barfed up your day with bad information. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Adding Text to .txt file

2004-01-19 Thread Labunski
And this function was differs from fopen("myFile.txt", "a"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php