Title: Jorge Inti Benites Roche
Hi!I try use this code, but not work $file = fopen
("http://ultra10:9000/cgi-bin/query?mss=search" , "r");if (!$file)
{ echo "Unable to open remote
file.\n";
exit; "rewind($file);" This is the error mesagge:
&q
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");
>
Title: Jorge Inti Benites Roche
Hi!
I try use this code, but not work
$file = fopen (http://ultra10:9000/cgi-bin/query?mss=search,
"r");if (!$file) { echo "Unable to open
remote file.\n"; exit;
"rewind($file);"
This is the error mesagge:
"Warnin
3 matches
Mail list logo