Anyone know of an easy way to page through records that first listed then a detail is shown on a separate page when property type and property id is passed to the view page?
The problem I have is a standard recordset page script that Dreamweaver generates counts the total rows then assigns page numbers. Well if I am passing such unique identifiers it thinks their is only one record to page through. If I use this method the previous list would need to know what page number the record they wanted to start at would be before hand. Make any sense?
I would show the code but it is quite extensive as it has three join queries and 2 standard queries to build the view page.
If you want to see how it works you can go to:
[URL=http://]http://honeysuckle.forest.net/~carney/realestate.php[/URL]
and select any of the property types, then select from the list . . prop_view.php page is the one that would need to have the paging applied.
Thanks in advance.