Robert wrote:
I want to store the results of a SELECT query in order to be able to page through those results and allow the user to select one, see it in more details and then return to the original list of results. What's the usual technique for doing this?

place a get variable after the query as it is listed in some table in html, then the link for the entry will be identifying the data such that a second handler page or second query can funish the additional data ;-)

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to