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
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 PROT
2 matches
Mail list logo