Hello,
I believe I have fixed it?
I changed your "Index + 1" to just "Index" as follows:
You had:
<a href="presenters_basic.php?pageNum_rsPresentersListing=<?php echo(floor(($rsPresentersMenuListing->Index+1)/4)); ?>">Return to Paged Listing</a>
I changed it to <a href="presenters_basic.php?pageNum_rsPresentersListing=<?php echo(floor(($rsPresentersMenuListing->Index)/4)); ?>">Return to Paged Listing</a>
Everything seems to be working so far.
Thank you again