[Solved] Export dynamic pages to static HTML
Posted: Fri Mar 10, 2006 12:46 pm
Hey all - I'm new to the forum, and a few months new to PHP, so bear with me.
I want to use PHP to build a web-based photo album, but eventually, I want to put the entire thing on a CDROM I can distribute. So, I'll make the album on a webserver running PHP, but the CDROM will need static HTML files for everyone to be able to view it on their own computers. I haven't started this project yet, so I have no code.
Is there any simple way you know of to turn an existing PHP file into a static HTML document?
For example... turn "AlbumPage.php?id=132" and all of its dynamic content into "AlbumPage00132.htm"
Any input would be appreciated.
I want to use PHP to build a web-based photo album, but eventually, I want to put the entire thing on a CDROM I can distribute. So, I'll make the album on a webserver running PHP, but the CDROM will need static HTML files for everyone to be able to view it on their own computers. I haven't started this project yet, so I have no code.
Is there any simple way you know of to turn an existing PHP file into a static HTML document?
For example... turn "AlbumPage.php?id=132" and all of its dynamic content into "AlbumPage00132.htm"
Any input would be appreciated.