sorting with mysql and php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dave416
Forum Newbie
Posts: 6
Joined: Sat May 10, 2008 7:13 am

sorting with mysql and php

Post by dave416 »

hey, heres my problem. i have a table of data on a webpage called team-roster.php and its sorted according to 1 of the columns but i also want it to be sortable by other columns via the same file (team-roster.php). im thinking maybe the solution is team-roster.php?sort=height or somewhere along those lines but im not sure how to get there and im confused about the whole thing. i apologize, i am a very recreational web developer

edit: forgot to mention by the way, the table of data is drawn from a mysql database via php.
dave416
Forum Newbie
Posts: 6
Joined: Sat May 10, 2008 7:13 am

Re: sorting with mysql and php

Post by dave416 »

found a solution, topic solved. :mrgreen:
Post Reply