Re: [PHP] Re: Listing a table /Limit

2002-11-20 Thread Jason Wong
On Wednesday 20 November 2002 22:12, Matt Schroebel wrote: > I was thinking you'd start at the beginning, displaying row 0 through > row 19, and then have a next link, that will show rows 20 through 39, > and so on. Read the question again :) That's not what the OP wants. > > And how would I find

[PHP] Re: Listing a table /Limit

2002-11-20 Thread Matt Schroebel
I was thinking you'd start at the beginning, displaying row 0 through row 19, and then have a next link, that will show rows 20 through 39, and so on. > -Original Message- > From: Marco Bleeker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 9:06 AM > To: [EMAIL PROTECTED]

[PHP] Re: Listing a table

2002-11-19 Thread UberGoober
CHeck out ADODB, it makes this a pretty easy task. http://php.weblogs.com/adodb "Marco Bleeker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, how would I go about listing a portion of a MySQL table, without an > overall selection criterium? I have a un