Page 1 of 1

PHP, MYSQL and HTML tables

Posted: Tue Jan 21, 2003 5:42 pm
by Aquaario
Hi everybody!

I'm using this code to get information from mysqldb and I'm using php to list everything in html table. I'm a bit newbie so I don't know all the php tricks and that is why I'm asking:

What should I add to my code if I want column headers to be links that will sort rows alphabetically (all this in the same file, if it's possible)?

I'd be grateful if someone can help me out with this.

Posted: Tue Jan 21, 2003 5:47 pm
by staylor
Have you seen Phormation?
Probably get some ideas from there on how to do it
http://www.peaceworks.ca/phormation.php

Posted: Wed Jan 22, 2003 4:37 pm
by Aquaario
Now it's working almost perfectly, and I don't need help anymore.

Thanks anyway.