Hi all. I've got about 1,000 records in my database, which I currently display with a PHP page. I'd like to run some sort of script that would basically generate 1,000 html files, each containing the html code of the respective php page with the identified db record. This would let me upload my db and web code onto a very basic web server.
Before I go ahead and write the script to grab the html code and save it to some files, I thought I'd ask if there's a tool already out there that quickly grabs the html of dynamic pages and saves it locally. It's kinda the idea of taking a site that used DB connections, and saving it to disk.
I'd great appreciate any ideas, tips, or suggestions.
Thanks :-)
-Ben