How do I create a 'next product', 'previous product' in PHP? I have a search results page that lists a number of products based on certain search criteria entered. Each product has a 'details' link that leads to a product details page for that product.I want to 'remember' the recordset when the user goes to the details page so that I can give the user a 'previous product' and 'next product' button so that they do not have to go back to the search results page each time they want to see another product in the search results. How do I go about this? I'm a bit confused/stuck and could really use some help/inspiration.