file_get_contents("http://www.yoursite.com/script.php");
using http:// causes it to get the html source. "Hannes Magnusson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > http://www.php.net/manual/en/ref.outcontrol.php > > On Mon, 16 Aug 2004 10:35:42 -0400 > [EMAIL PROTECTED] (Doug Parker) wrote: > > > I was wondering if there was a block of code I could place at the bottom of > > the file that would write the page's source code to an html file. I need > > this because I'm posting pages to a server sans a PHP compiler. Basically, > > I'd like for every time I run a page its source code to be saved in the > > filename of my choice, instead of me having to run the page, copy the > > source, and paste it into the file of my choice. I know how to use fopen, > > but I'm not sure what to tell it to write to file, since the source I want > > to write is being generated simultaneously. > > > > Any help would be greatly appreciated... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php