How to create a snapshot or clone of PHP, MySQL page... Inspiration needed

Posted by jimbo on Stack Overflow See other posts from Stack Overflow or by jimbo
Published on 2009-11-27T09:41:35Z Indexed on 2010/06/15 14:02 UTC
Read the original article Hit count: 123

Filed under:
|
|
|
|

Hi,

We have a web application that creates a dynamic PHP page with all the MySQL stored details a user has entered via a number a forms. So far so good, but we want this information stored some how to be refereed to at a later date, as an administrator can make changes to the data, which reflects on calculations that are worked out from this saved data.

When going back over this saved data we need to be able to see all the information submitted for that particular calculation, so if that data has changed we will see what is was relating to that calculation. Now we have thought about maybe a snapshot when the calculation is done, pdf of the webpage or something similar would do, but is this simple to do?

I hope this makes sense...

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql