Eon_Parabol Posted January 17, 2007 Share Posted January 17, 2007 hi there guys,Im trying to have a paging through records on a page. Ive managed to do so using Recordset Paging in Dreamweaver and it works fine, for a totalrow region.However, when I am displaying records from a search eg. SELECT *FROM my_tableWHERE name = 'colname'ORDER BY id DESC'colname' -- $_POST['select_name']When I use the links I have made <<Last <Previous Next> Last>>I get blank pages, Am I on the right track in saying that it is losing the recordset on the next page of records?Therefore displaying no records.Is there something I have to add to either the Paging Statements, or my SQL Can you help me? Have I made sense?RegardsWarren Link to comment https://forums.phpfreaks.com/topic/34537-php-paging-from-recordset-search-results/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.