Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] [PHP4] $fp = fopen( "news.txt", 'a' ); // 'a' = append! Wah! From: Dddogbruce \( <email protected>\) (\( <email protected>\))
Date: 03/25/01

$fp = fopen ($filename, "r");
$newsSubmit = fread ($fd, filesize ($filename));

These are giving me a parse error:
Warning: Supplied argument is not a valid File-Handle resource in
C:/XITAMI/owen/website/php/newsSubmit.php on line 10

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>