Microsoft
Software
Hardware
Network
Question : What is wrong with my sql query to find a LIKE match?
$email =
[email protected]
$info = mysql_query("SELECT * FROM requests WHERE from LIKE '%"$email"%");
The error I"m getting is:
Parse error: parse error in C:\Program Files\wamp\www\Scripts\use
r_requests
.php on line 26
Answer : What is wrong with my sql query to find a LIKE match?
Does your from column need brackets to differentiate if from the FROM keyword?
Random Solutions
vinegar and bugs
No output from an echo
After Windows update, NIC has limited or no connectivity
Certificate Authority 2003, 2008 Enterprise Root CA
Upgrading graphic card ATI Radeon X1650 Pro (RV530)
Solaris 10 License Expire questions
Cisco ASDM 6.2 for ASA 5510
Default User/Password for Panasonic DP-C405 Web Interface
SSAS Filter Unused Dimension Members
INSERT INTO table with no Duplicates