LIMIT in the mysql-query. e.g.: SELECT * FROM table LIMIT 9,5 for selecting rows 10-15.
dev.mysql.com/doc/mysql/en/SELECT.html and search for LIMIT.
(,
Mon 28 Jun 2004, 0:40,
archived)
dev.mysql.com/doc/mysql/en/SELECT.html and search for LIMIT.