I have an error showing up and can some on tell me what this means.
----- Appears on the page ------
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '" WHERE due_date="2003-8-1" && completed="0"' at line 1
--- PHP Coding ---
$QueryTask = mysql_query("SELECT * FROM $Table_tasks WHERE due_date=\"$Date\" && completed=\"0\"") or die(mysql_error());
--- INFO ---
MYSQL VERSION: 4.0.1
PHP VERSION: 4.3.2