Re: [PHP] navigatie doesn't work in this script

2002-09-29 Thread Tom Rogers
Hi, Monday, September 30, 2002, 5:20:48 AM, you wrote: d> I made a MySQL database with a dictionary in it. Above there is a form in d> wich you can specify some parameters. The problem is that the navigation d> doesn't work well. I always get the first 5 results. Can somebody help me d> out? Ther

Re: [PHP] navigatie doesn't work in this script

2002-09-29 Thread danny
;s the first time this page is called. If a $tot or > $van value is passed in the URL, then you should use that. > > ---John Holmes... > > > -Original Message- > > From: danny [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, September 29, 2002 3:56 PM > > To: [E

RE: [PHP] navigatie doesn't work in this script

2002-09-29 Thread John W. Holmes
tot or $van value is passed in the URL, then you should use that. ---John Holmes... > -Original Message- > From: danny [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 3:56 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] navigatie doesn't work in this script

Re: [PHP] navigatie doesn't work in this script

2002-09-29 Thread danny
In production this database will be verry big (about 1 records) and for almost every record a MP3 or picture. So i want to show only 5 records at a time. Therefore i tried to create a navigation system. And it isn't working properly now. (It doesn't go up), i always get the same five records.

RE: [PHP] navigatie doesn't work in this script

2002-09-29 Thread John W. Holmes
You have LIMIT 0,5 in your query...what do you expect to happen? You're only going to get five rows with that in there. ---John Holmes... > -Original Message- > From: danny [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 3:21 PM > To: [EMAIL PROTECTED] > Subject: [PHP] navi