Page 1 of 1

Is there a tool or script to cache php pages?

Posted: Mon Mar 10, 2003 3:05 pm
by Stray Toaster
Hi there,
I want to save part of one of my sites to Cd so that it can be demonstrated off line.

I know there are tools to do this for static html pages, wget springs to mind, but I need to save my php pages with their db content, as if a user clicked on the links.

Does anyone know if such a tool exists - for MacOS X would be great but an rpm for RH Linux would be ok.

Thanks
ST

Posted: Mon Mar 10, 2003 7:19 pm
by volka
interesting question. wget can do it for pages that use the GET-method and appends the get-string to the local filename (<form>-requests, too ?). But afaik it cannot transform/store documents requested via POST.