RE: [PHP] problem with rewind 2

2001-01-11 Thread Moritz Petersen
IL PROTECTED]] Sent: Tuesday, January 11, 2000 8:34 PM To: [EMAIL PROTECTED] Subject: [PHP] problem with rewind 2 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 r

[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: "Warning: Unable to find file identifier 1 in

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"); >

AW: [PHP] problem with rewind

2001-01-11 Thread Sebastian Stadtlich
[Sebastian Stadtlich] you are missing 2 times a ' $file = fopen (' http://ultra10:9000/cgi-bin/query?mss=search ', "r"); ok? Sebastian Hi! I try use this code, but not work $file = fopen ( http://ultra10:9000/cgi-bin/query?mss=search

RE: [PHP] problem with rewind

2001-01-11 Thread O.Cook
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 "Unable to open remote file.\n"; exit; "rewind($file);" This is the error

[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: "Warning: Unable to find file identifier 1