[PHP] problem with rewind 2

2001-01-11 Thread Jorge Inti Benites Roche
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

Re: [PHP] problem with rewind

2001-01-11 Thread Jorge Inti Benites Roche
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"); >

[PHP] problem with rewind

2001-01-11 Thread Jorge Inti Benites Roche
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