Save dynamic PHP page for offline viewing

I have a PHP page foo.phpthat retrieves records from a MySQL database and displays them beautifully. The hard part: I have links at the top, such as "Sort by name", that link to foo.php?sort=name.

My general question is: if I have several POST variables, such as sort, there is an exponential number of possible pages (several hundred in my case). Is there a good way to save all of these pages for offline viewing? In the absence of a better solution, I think I can use a tool like wget to load all possible page combinations. If this is a solution, can you recommend the best tools for this task?

Edit: To answer the question why I need it: I have a dynamic program for the ISPC 20 conference that I need to transfer to people on a USB flash drive. I do not think that providing a WAMP solution is an option in this case.

+5
source share
2 answers

Just send the minimal web server along with the PHP code. Much easier. Some options:

+3

(/ ) JavaScript? , .

JS JS, tablesorter. .

+1

All Articles