When mysql request error. I give part of the code:
$select=mysql_query("SELECT id_article, date, caption, text, keywords FROM article ORDER BY date DESK"); if(!$select){echo mysql_error();} while($row=mysql_fetch_assoc($select)){?>...<?}?>
Mistake:
You have an error in your SQL syntax; At the line 1 Warning: mysql_fetch_assoc () expects parameter 1, there is a boolean given in Z: homeblog www.windex.php on line
Swears after I enter the DESK keyword in the query