Re: RE: [PHP-DB] how to implement "pages" of results

2004-12-01 Thread ragan_davis
s found in the returned results of the query. Thanks for the help! mack - Original Message - From: "Norland, Martin" <[EMAIL PROTECTED]> Date: Wednesday, November 24, 2004 3:55 pm Subject: RE: [PHP-DB] how to implement "pages" of results > > Correct - LIM

RE: [PHP-DB] how to implement "pages" of results

2004-11-24 Thread Norland, Martin
> Correct - LIMIT 30,2 would show 2 records starting with the thirtieth. thirty-first. Sheesh, I should get outta here too - ^airhead^ - Martin Norland, Database / Web Developer, International Outreach x3257 The opinion(s) contained within this email do not necessarily represent those of St. Ju

RE: [PHP-DB] how to implement "pages" of results

2004-11-24 Thread Norland, Martin
il do not necessarily represent those of St. Jude Children's Research Hospital. -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] how to implement "pages" of results Oh

RE: [PHP-DB] how to implement "pages" of results

2004-11-24 Thread Gryffyn, Trevor
> -Original Message- > From: Norland, Martin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 3:38 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] how to implement "pages" of results > > > Basic example: (handwritten in email client, syntax errors m

RE: [PHP-DB] how to implement "pages" of results

2004-11-24 Thread Gryffyn, Trevor
f that is less than 1, then it equals 1... And if it's > recordcount / 30 + 1, then it equals recordcount / 30 + 1) Try working checking into that. -TG > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 3:20 PM >

RE: [PHP-DB] how to implement "pages" of results

2004-11-24 Thread Norland, Martin
opinion(s) contained within this email do not necessarily represent those of St. Jude Children's Research Hospital. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 2:20 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] how to implement

[PHP-DB] how to implement "pages" of results

2004-11-24 Thread ragan_davis
Hi, I'm sure this is a common question, so please forgive if it's been posted before. I have a select statement that selects records from a table: "select * from $table where host='$somename'" I then propagate a table with the returned data. My goal is to only display 30 records per "page", w