$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: [PHP] problem with rewind
Hi!
I try use this code, but not work
$file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r");
if (!$file) {
echo "<p>Unable to open remote file.\n";
exit;
"rewind($file);"
This is the error mesagge:
"Warning: Unable to find file identifier 1 in /www/radar/busca.php3 "
Why??????
Telecom Internet
Jorge Inti Benites Roche
Tel: +54 (11)4968-6106
Gcia. Web Services
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]