I would like to display DB search result in several pages (if there are several records to show). I have found on PHPBuilder code by Nil Angsioco (in Code Library / Database nr. 764 - at the end of the list).
Works fine if SELECT is harcoded but I would like to pass parameter to WHERE form form located in another frame. It works fine for first page but pressing next does not pass parameter (variable) but only offset.
Please advise if this code can be modified to pass parameters or if there is simpler method to display search result in several pages?