I have a table listed on my page which is a result of a mySQL script. In the script I have ordered the results by Surname.
What I would now like to do is add links to my table header whereby the user can sort the table using other columns.
Can I do this using PHP?