How to put PHP website on to cd

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
johnlutz
Forum Newbie
Posts: 1
Joined: Sat Mar 20, 2004 11:31 pm

How to put PHP website on to cd

Post by johnlutz »

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
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Please don't post multiple versions of the same post - I counted six I think.
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

lol, ya i think i already answered your question with a fairly honest answer...
Post Reply