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
You should be able to use any of the file commands. eg. $contents = file(http://www.myserver.com/outputpage.php;); fopen(), etc should all work too. Martin -Original Message- From: Russell P Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 March 2004 9:25 AM To: [EMAIL