PHP, MYSQL and HTML tables

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Aquaario
Forum Newbie
Posts: 2
Joined: Tue Jan 21, 2003 5:42 pm

PHP, MYSQL and HTML tables

Post 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.
Last edited by Aquaario on Wed Jan 22, 2003 4:40 pm, edited 1 time in total.
staylor
Forum Newbie
Posts: 3
Joined: Tue Jan 21, 2003 5:40 pm

Post by staylor »

Have you seen Phormation?
Probably get some ideas from there on how to do it
http://www.peaceworks.ca/phormation.php
Aquaario
Forum Newbie
Posts: 2
Joined: Tue Jan 21, 2003 5:42 pm

Post by Aquaario »

Now it's working almost perfectly, and I don't need help anymore.

Thanks anyway.
Post Reply