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" <[
:[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
""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
$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
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
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
6 matches
Mail list logo