Re: [PHP-DB] Re: Listing A Certain # Range

2002-12-16 Thread Peter Beckman
On Tue, 17 Dec 2002, conbud wrote: > Conbud wrote: > > Hello, > > Im using MySQL and PHP 4.2.3 on Apache and Mandrake Linux, I was > > wondering how to get PHP to list let says row 5 - 10 from a database, I > > read the MySQL manual and all I could find is LIMIT 0,5 to list just the > > first 5, b

[PHP-DB] Re: Listing A Certain # Range

2002-12-16 Thread conbud
Conbud wrote: Hello, Im using MySQL and PHP 4.2.3 on Apache and Mandrake Linux, I was wondering how to get PHP to list let says row 5 - 10 from a database, I read the MySQL manual and all I could find is LIMIT 0,5 to list just the first 5, but I dont know how to make that list 5 - 10 or 10 - 15