Tagged Questions
1
vote
1answer
77 views
mysql next and previous
I currently am using mysql and php to display 9 random results from my table of about 1100 records.
Would it be possible to have a next and previous button even though it's random? I looked at a ...
0
votes
3answers
456 views
Efficient algorithm for Next button on a MySQL result set
I have a website that lets people view rows in a table (each row is a picture). There are more than 100,000 rows. You can view different subsets of the rows, and you can view them with different ...