I can create an HTML/PHP web page dynamically feeding data from a database. Once created, is it possible to "capture"the completed page to facilitate future display?
I recall it can be done in ASP so that the most recent page configuration are captured and saved, presented first on return to the w ebsite until another search selection is made and new data drawn dynamically.
Can this be done in PHP?