Is there a tool or script to cache php pages?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Stray Toaster
Forum Newbie
Posts: 1
Joined: Mon Mar 10, 2003 3:05 pm

Is there a tool or script to cache php pages?

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
Post Reply