WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-30-2005, 05:18 AM
WebProWorld New Member
 

Join Date: Aug 2005
Location: Como, Italy
Posts: 1
SmogTheCat RepRank 0
Default Pages based on database and navigation buttons

I've a web site based on php and mysql database.
I create a web page for each record of the database and an "index" page for all records, sorted by country ann name.
You can see records divided by country or by name.

I'd like to add in every web page bottons like "next" and "previous" for visitng pages without come back to the "index" page every time.
How can I do this?
__________________
www.parksmania.it
Reply With Quote
  #2 (permalink)  
Old 08-30-2005, 09:46 AM
WebProWorld Pro
 

Join Date: Jun 2004
Location: The Barrens of NE Ohio
Posts: 234
nottheusual1 RepRank 0
Default

Something along this line would work:

Next record:
SELECT * FROM table WHERE record_id > $current_id ORDER BY record_id LIMIT 1

Previous record:
SELECT * FROM table WHERE record_id < $current_id ORDER BY record_id LIMIT 1

Of course, sub your nomenclature for table, record_id, etc.

We use a product called CodeCharge to do a bunch of our PHP coding. Take a look:

http://www.codecharge.com

Need very few programming skills to create very useable stuff in about 8 languages (PHP, .NET, ASP, etc.)
__________________
:not_the_usual1
[you decide]
________________
All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , , , ,



Thread Tools
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

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


Search Engine Optimization by vBSEO 3.2.0