Quote:
Originally Posted by redhead
You could use sessions and store your query results into sessions variabels, then when you want to re-query, you fetch them from the session variabel, plus whatever you request for on the re-query.
|
Could you show me how to write the code, redhead?