I recommend working by obtaining the first page using:
LIMIT 0, 10
then for the second page
LIMIT 10, 10
then
LIMIT 20, 10
for the third page, and so on.
I recommend working by obtaining the first page using:
LIMIT 0, 10
then for the second page
LIMIT 10, 10
then
LIMIT 20, 10
for the third page, and so on.