Re: query to display per page

2001-06-11 Thread Maurice Aubrey
Hi Sommai. On Mon, Jun 11, 2001 at 04:52:01PM +0700, Sommai Fongnamthip wrote: > Dear, > I am preparing my web page to display search result. How could I use SQL > command to handle display specific row per page and next button at the > bottom page (like most search engine display result

Re: query to display per page

2001-06-11 Thread Leon Mergen
m: "Sommai Fongnamthip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 11:52 AM Subject: query to display per page > Dear, > I am preparing my web page to display search result. How could I use SQL > command to handle display specific row per page

RE: query to display per page

2001-06-11 Thread Simon Green
Try Limit 10,10 then Limit 20,10 or is it the other was around limit 10.20! Well some thing like that.. Hope this helps Simon -Original Message- From: Sommai Fongnamthip [mailto:[EMAIL PROTECTED]] Sent: 11 June 2001 10:52 To: [EMAIL PROTECTED] Subject: query to display per page Dear

query to display per page

2001-06-11 Thread Sommai Fongnamthip
Dear, I am preparing my web page to display search result. How could I use SQL command to handle display specific row per page and next button at the bottom page (like most search engine display result). Sommai Fongnamthip Remark: Could I use this SQL command with PHP or perl? -