Re: [PHP] Looking for a navigation recommendation (SOLVED)

2007-11-17 Thread Jon Westcot
Hi Tedd: > > YES! Exactly! Something like that would be very nice to have. > > > > MUCH appreciated! > > > > Jon > > Jon: > > Here it is: > > http://webbytedd.com/bbb/paging > > I'm assuming that you know how to establish communication with your > database; how to set up your dat

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread Richard Heyes
I'm working on a project wherein I need to be able to navigate to previous and next > sections of data. I'm wondering what the best way to code for this would be. When I enter the page, I'd like it to use something in the MySQL SELECT such as > "LIMIT 0,25", but the "0" portion needs to cha

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread tedd
At 8:15 AM -0700 11/17/07, Jon Westcot wrote: YES! Exactly! Something like that would be very nice to have. MUCH appreciated! Jon Jon: Here it is: http://webbytedd.com/bbb/paging I'm assuming that you know how to establish communication with your database; how to set u

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread Jon Westcot
Hi Tedd: > >Hi all: > > > > I'm working on a project wherein I need to be able to navigate > >to previous and next sections of data. I'm wondering what the best > >way to code for this would be. > > > > When I enter the page, I'd like it to use something in the MySQL > >SELECT such as "LI

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread tedd
At 7:55 AM -0700 11/17/07, Jon Westcot wrote: Hi all: I'm working on a project wherein I need to be able to navigate to previous and next sections of data. I'm wondering what the best way to code for this would be. When I enter the page, I'd like it to use something in the MySQL SE