On Mon, 2005-01-17 at 21:16, Chris Bruce wrote:
> Hi,
> 
> I am looking for a way to write to a file what the browser would see 
> (raw html) when viewing a dynamic PHP page. I have numerous include 
> files, MySQL db queries, loops etc. and I want to generate the static 
> result of that file and save it as an html page. I have toyed a little 
> with output buffering to no avail.
> 
> Is there an easy way to do this?

Interesting requirement.  I suppose something other than view source 
from the browser or wget is needed?

Bret

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to