iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar 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.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-30-2005, 06: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?
Reply With Quote
  #2 (permalink)  
Old 08-30-2005, 10:46 AM
WebProWorld Pro
 
Join Date: Jun 2004
Location: The Barrens of NE Ohio
Posts: 236
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

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

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



All times are GMT -4. The time now is 05:48 AM.



Search Engine Optimization by vBSEO 3.3.0