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
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
Include page headers when printing HTML pages with different headers on some of each page
Script needed to close program and stop/start service
Shared Folder Disappeared but still available
Sonicwall TZ100 WLAN to LAN traffic
SSO Internet Explorer and Sharepoint Services 2008
Samsung Officeserv 7200 VOIP phones have no speech
Publishing Applications - Windows Server 2008
C# Books and training
How to open .BMP file with Internet Explorer in Windows XP OS.