Re: [PHP] Extracting Output from File...

2004-04-05 Thread Burhan Khalid
Russell P Jones wrote: Basically there is a php page... lets say http://www.myserver.com/outputpage.php that picks up some info from a database and echos it out as plain text to the browser. I want to use php in a different file to go pick up whatever is printed out to that file and save it to a

RE: [PHP] Extracting Output from File...

2004-03-30 Thread Martin Towell
:25 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Extracting Output from File... > > > Basically there is a php page... lets say > > http://www.myserver.com/outputpage.php > > that picks up some info from a database and echos it out as > plain text to > the browser. &

[PHP] Extracting Output from File...

2004-03-30 Thread Russell P Jones
Basically there is a php page... lets say http://www.myserver.com/outputpage.php that picks up some info from a database and echos it out as plain text to the browser. I want to use php in a different file to go pick up whatever is printed out to that file and save it to a variable.. basically