I was wondering how can I order my MySQL data using the DESC and ASC in my following code I tried doing this but some how it did not work can someone help me fix this problem.
Here is the code.
$result = mysql_query("SELECT a_tags.*, tags.*
FROM aa_tags
INNER JOIN tags ON tags.id = a_tags.tag_id
WHERE a_tags.users_a_id=3");