Microsoft
Software
Hardware
Network
Question : Why does this query not work?
This query works:
$querystate = "select * from registration WHERE songwriting_contest <> '0000-00-00' AND registration_type <> 'voter' order by first_name";
This query does not:
$querystate = "select * from registration WHERE songwriting_contest <> '0000-00-00' AND AND songwriting_contest < $contest_start AND registration_type <> 'voter' order by first_name";
I've checked the $contest_start value and that's coming up fine, but when I insert it into the query, I get nothing. No errors, but no data.
What am I doing wrong?
Answer : Why does this query not work?
$querystate = "select * from registration WHERE songwriting_contest <> '0000-00-00' AND songwriting_contest < $contest_start AND registration_type <> 'voter' order by first_name";
'you had an extra AND
Random Solutions
How to burn multiple copies with roxio creator
BESX 5.0.1.4 and Exchange 2010 Users can't activate enterprise email
Physical installation of the Exchange 2007
SSIS and variable issues
Mysql LIKE vs RLIKE
Flag duplicate record
How do I get the selected value from WPF combobox
Best FREE Visio Automated Network Drawing Tool?
Wake on LAN almost never works.
Filemaker Pro Summary Report - Obtraining Fractions from Summary Field