When i try so sort my output to DESC, i get this error:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in
This is my line:
$queryForWall = mysql_query("SELECT * FROM users_wall WHERE uID = '$showU[id]' DESC");
while($displayWall = mysql_fetch_array($queryForWall)){
As you can see i added DESC there, but I keep receiving error.