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