RE: [PHP] problem with rewind 2

2001-01-11 Thread Moritz Petersen
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

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

RE: [PHP] problem with rewind

2001-01-11 Thread O.Cook
$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: