PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 27th, 2003, 03:47 AM
RockOfVictory RockOfVictory is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Nashville, TN, USA
Posts: 1 RockOfVictory User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to RockOfVictory Send a message via Yahoo to RockOfVictory
Sortable tables

This seems to be one of the largest PHP sites. I really don't know much about php and should probably buy a book about it. However....

I'm wondering if it would be pretty simple to set up a sortable table. I would like to set up the <table> I have on my http://zepfanman.com/bibleinf.html page and make it sortable by each column (like mail.yahoo or hotmail does for example). Again, I only know a few <? statements and don't know how to integrate it with MySQL and stuff. My website is on One2host.com and it does support php, but I don't know about any other setups that may be necessary for what I need to do. Please let me know, or if you have any other php forums you could suggest.

Reply With Quote
  #2  
Old March 29th, 2003, 12:36 PM
DocSeuss DocSeuss is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 4 DocSeuss User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Sortable tables

The headers of each column would need to be links to the page and pass that back to the script itself then when the mysql statement retrieves the table just ORDER BY the value passed. This assumes your table headings are the same as your column headings.

instead of <tr><td>Bible</td>.....
it would be <tr><td><a href="url?sort=bible">Bible</a></td>.....

then your query would be
SELECT * from table ORDER BY $_GET['sort']

if this is a little confusing shoot me an email and I can explain it at more length
mmabe@hot.rr.com

Reply With Quote
  #3  
Old November 10th, 2003, 12:21 PM
diskpol diskpol is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: spain
Posts: 1 diskpol User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Sortable tables

I would like to make DESC or ASC the query every time I click into the same header in the table. I can't find the way to make it (my skill in PHP is limited...)

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > Sortable tables


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway