Re: [PHP] Complex(ish) Question for Newbie

2002-05-18 Thread The_RadiX
[EMAIL PROTECTED] : ABN: 64 235 749 494 : QUT Student #: 04475739 ::: - Original Message - From: <[EMAIL PROTECTED]> To: "The_RadiX" <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 12:39 AM Subject: Re: [PHP] Complex(ish) Question for New

Re: [PHP] Complex(ish) Question for Newbie

2002-05-18 Thread The_RadiX
Goody another easy to answer one :) no harm intended.. it's a perfectly good question Okay first is it sorted how you want? if so you can use the LIMIT start,len feature of mysql.. for example: select * from table_name order by col_name limit 5,10 will select records 5 to 15 (5+10) if of co