At 1:28 AM -0400 29/4/02, eat pasta type fasta wrote:

>you might also want to use this format to open file

><?
>$fp = fopen("your/path/goes/here", "a");
>$string_to_write = "$newmail" . "\n";
>fwrite($fp, $string_to_write);
>fclose($fp);


No point ignoring errors returned by functions.

Errors are there to help you pinpoint problems... they are noe
problems themselves.

 ...R.

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

Reply via email to