
March 12th, 2003, 07:09 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Location: Ohio
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Recordset Paging first page ok, others are blank
I had asked in another thread about recordset paging issues after I found a great article by Joe O'Donnell called "Building A Dynamic MySql Paging Class with PHP" ... I created his example and it worked fine.
Then I started changing his example and tried to use it with my database using a query where the web visitor selects a catagory of designs to display. The catagory has 24 designs and I'm paging 6 at a time. The first page comes out fine and it has the navigation buttons on the bottom for the other pages ...but when I try to navigate to any of the other pages, I get nothing AND the catagory selected disappears from the heading of the page.
In the document that holds this html code, I do have the line,
$interest = $_POST['interest'];
to make sure that the visitor's selection from the previous page comes forward and the initial query is getting the correct results.
Is there anybody out there who would be willing to look at my code I posted to the other Recordset Paging thread (I think its the second-last and last messages of the thread) and see what is happening and why I don't get any results from succeeding pages? This is the very last thing I need to finish my website and I'm so frustrated ... I know the example works and I know I'm getting some results but I just have no idea where to go from here ... I would be SOOOOO GRATEFUL ...
Humbly begging for help,
Renee Toth
Stitchin' Up A Storm
www.stitchinupastorm.com
|