Actually i dont really know how to express myself.
I need to do a system where products from a database are showed on a page. This part is done.
But now i want if there is more than 20 products put the next one on page 2 and the other 20 ones on 3 and so on...
But the thing is that i dont have a clue on whats the best way to do it.
i thought of counting the number of products then divide it by 20 but how to write the sql for page 1 and page 2 ...
i guess il should look like select * from products limit 20
but what then on page 2.
thanks