Jorge Inti Benites RocheThe manual says:
"
The file pointer must be valid, and must point to a file successfully opened
by fopen().
"
"file" not "url".
P.S.: please no HTML-mails.
-Original Message-
From: Jorge Inti Benites Roche [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Janua
gt;
Sent: Thursday, January 11, 2001 2:46 PM
Subject: RE: [PHP] problem with rewind
> $file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r");
>
> should be
>
> $file = fopen("http://ultra10:9000/cgi-bin/query?mss=search", "r");
>
$file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r");
should be
$file = fopen("http://ultra10:9000/cgi-bin/query?mss=search", "r");
Ollie
-Original Message-
From: Jorge Inti Benites Roche [mailto:[EMAIL PROTECTED]]
Sent: 11 January 2000 17:41
To: [EMAIL PROTECTED]
Subject:
3 matches
Mail list logo