If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Next Prev Navigation on a Detail page Help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-24-10, 12:56
ozzii ozzii is offline
Registered User
 
Join Date: Mar 2007
Posts: 194
Next Prev Navigation on a Detail page Help

Hi,

Is there any way to implement a Next Prev navigation on a detail page of an ordered result set so that the links take you to the next or prev record?

I can set up the navigation for the results page but would appreciate some help to achieve the same for the detail page?

I tried adding row numbers to the SQL :

Code:
SELECT @i:=@i+1 as row_num, ....
but this doesnt appear in sequence i.e. 1,2,3... if the SQL is sorted using an ORDER BY clause.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On