I use PHP script to retrieve data from MySql tables and then display it in HTML tables. However, I couldn't find a way of sorting the tables by a certain data field. I'm not even sure at which level the sorting should be done: MySql, PHP or HTML?
Your help will be much apreciated .