try a limit with the query at the end
eg: SELECT * FROM newbie LIMIT 0,10
0 is which record to start at, 10 is how many to show from their.
i'm sure you can code up the math on each page to make a link to a page that would query
SELECT * FROM newbie LIMIT 10,10