Click to See Complete Forum and Search --> : How to put PHP website on to cd


johnlutz
03-21-2004, 01:37 AM
Hi-
I currently have a PHP website running using a MySQL db and I would like to find the least painful way to put this catalog on to a CD.

This is what I am currently thinking about. First I need a way to recurse through the entire website and automatically find all the pages. Then it should save the pages as html. But then I am left with pages that aren't linked to each other because all of the links are php links with variables being passed in the get (eg whatever.php?id=345).

If anyone has done this before or has any insight into how I can do this efficiently, please respond. Your help is greatly appreciated. Thanks.
John

weekender
03-21-2004, 11:01 AM
there's an article right here on phpbuilder entitled "Dynamic Generation of Static Webpages"

http://www.phpbuilder.net/columns/loris20010420.php3

adam