The $fd is the file handler now not the $filename.

Timothy Hitchens (HiTCHO)
[EMAIL PROTECTED]


HiTCHO | Open Platform Web Development
Consutling - Outsourcing - Training - Support


----- Original Message -----
From: "Alberto Brea" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 01, 2003 6:27 AM
Subject: [PHP] fwrite() debugging


Could somebody please tell me what I'm doing wrong here?

The code is:
<?php $filename= "tables/contacts.txt";
$fd=fopen($filename, "a");
fwrite($filename, "xyz");
fclose($fd); ?>

And I get the following error message:
"Warning: fwrite(): supplied argument is not a valid File-Handle resource in
c:\archivos de programa\apache
group\apache\htdocs\visitrep\report_options.inc on line 111"

Thanks a lot in advance and happy new year!
Alberto Brea
http://estudiobrea.com


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

Reply via email to