Displaying 11-20

admin

Administrator
Staff member
Hey, I am creating a news archive and it works fine to display the "1-10" page but i now want to display the 11th entry - 20th entry.

I use this to display the first 10

$Query = "SELECT * from News ORDER BY id DESC LIMIT 10";


Can anyone help?, Thanks
 
Back
Top