Tagged Questions

1
vote
1answer
76 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 ...
1
vote
2answers
233 views

Grab Next Row in SQL

I am trying to grab a field from the next row of this database. I can use the logged on time to determine the logout time but I would like to also grab the next login time so I can determine the ...
0
votes
3answers
455 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 ...