Re: RE: Two query issues -- need help

2001-02-20 Thread Ed Carp
Alan Halls ([EMAIL PROTECTED]) writes: > Here is what our company uses to do the page division on adoptablekids.com I > have used it for a few other applications with minimum changes > This code would give you five per page. > > > > select * from profile order by id DESC >

RE: Two query issues -- need help

2001-02-20 Thread Alan Halls
Here is what our company uses to do the page division on adoptablekids.com I have used it for a few other applications with minimum changes This code would give you five per page. select * from profile order by id DESC return if ({sys:num_pages} <= 1)