Re: [PHP] Warning: 1 is not a valid File-Handle resource - HELP!

2002-12-29 Thread Rick Emery
The last line cannot be producing the warning; it does not refer to a file. Please show us the EXACT error message. Are you certain the file was opened? Did you try to print $stuff after reading it? Did it have the info you thought it should? - Original Message - From: "Phil Powell" <[

RE: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-03 Thread Jerry Lake
:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 8:35 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Warning: 1 is not a valid File-Handle resource ""WK"" <[EMAIL PROTECTED]> wrote in message 9abfvp$v4$[EMAIL PROTECTED]">news:9abfvp$v4$[EMAIL PROTECTED]... > $fp2

Re: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-02 Thread WK
""WK"" <[EMAIL PROTECTED]> wrote in message 9abfvp$v4$[EMAIL PROTECTED]">news:9abfvp$v4$[EMAIL PROTECTED]... > $fp2=fopen ("userdata","r")or die("unable to open file ($userdata)"); > $fp2 is getting a value 1 or 0 > > if ($fp2=fopen ("userdata","r") ) { > lock file > write some stuff unlock file

Re: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-02 Thread WK
$fp2=fopen ("userdata","r")or die("unable to open file ($userdata)"); $fp2 is getting a value 1 or 0 if ($fp2=fopen ("userdata","r") ) { lock file write some stuff } else { echo ("file would not open"); } wk ""Richard Kurth"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

RE: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-02 Thread Richard Kurth
I am using the newest ver of PHP and newest ver of apache on win98 just installed new php and apache yesterday set php up as a module > Don't know. Code looks good, what version of PHP are you using? Module or > cgi? What version of windows? These are the things the PHP/Zend guys > probably nee

Re: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-02 Thread Lindsay Adams
Don't know. Code looks good, what version of PHP are you using? Module or cgi? What version of windows? These are the things the PHP/Zend guys probably need to know. On 4/2/01 4:59 PM, "Richard Kurth" <[EMAIL PROTECTED]> wrote: > What is causing this error > > > Warning: 1 is not a valid File