Hello. I have this query:
$query1 = mysql_query("SELECT * FROM table1 ORDER BY first_name ASC");
this is when the page is loaded automatically. then there is a link above the table called name. i want that if u click on it the same page is loaded but instead it is ordered in DESC order. and vice versa if u click the same link again. Someone?