Re: [PHP] back and forward through a result query

2002-10-30 Thread Marek Kilimajer
=this_script.php?ptr=$ptrNNext/A $ptrP = $ptr - 20; A href=this_script.php?ptr=$ptrPPrevious/A I leave the details to you. - Original Message - From: Petre Agenbag [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 6:06 AM Subject: [PHP] back and forward through a result query

[PHP] back and forward through a result query

2002-10-29 Thread Petre Agenbag
Hi I need to do the following, and have a slight idea of how to do it, but I'm not sure... I want to do a select id from table where something = whatever , then I will display all the hits from that query as links to a display page, sending along the id's of the row. On that next page, I will

Re: [PHP] back and forward through a result query

2002-10-29 Thread Petre Agenbag
PS, also, I would need to know and handle the beginning and end of that array, ie, if there isn't a next or previous, I wouldn't want to display a next or forward button, or maybe disable it... Thanks On Tue, 2002-10-29 at 14:06, Petre Agenbag wrote: Hi I need to do the following, and have a

RE: [PHP] back and forward through a result query

2002-10-29 Thread Davy Obdam
Agenbag [mailto:internet;vsa.co.za] Verzonden: dinsdag 29 oktober 2002 13:07 Aan: [EMAIL PROTECTED] Onderwerp: [PHP] back and forward through a result query Hi I need to do the following, and have a slight idea of how to do it, but I'm not sure... I want to do a select id from table where