RE: [PHP] next and previous buttons performing on a query

2002-06-13 Thread Brian McGarvie
next and previous buttons performing on a query > > > Wilbert, > > Use the LIMIT tag in your select statement. You can also choose which > matching record to start from. > > Another pure database question... > > HTH > Chris > > Wilbert Enserink wrote: >

Re: [PHP] next and previous buttons performing on a query

2002-06-13 Thread Chris Hewitt
Wilbert, Use the LIMIT tag in your select statement. You can also choose which matching record to start from. Another pure database question... HTH Chris Wilbert Enserink wrote: >Hi all, > > >I have this mySQL query giving me my result back. > >The info about the current db-record is showing

[PHP] next and previous buttons performing on a query

2002-06-13 Thread Wilbert Enserink
Hi all, I have this mySQL query giving me my result back. The info about the current db-record is showing. Now I want to display ' view next ' and ' view previous ' buttons on my website. which takes you to the same page but with the next record in the query result. Is there a clever way to d