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
Elevate user security to admin in Windows 7
Using log4j, how do I log to a file in a directory
SSRS 2008 ReportViewer1 control not maximized
Batch Script - Duplicate then rename directory
Exchange 2010 inbound attachment size limit
ORA: 6533 Subscript out of range
Retrieving Office 2007 License Code from a Backup Drive
Apache AllowEncodedSlashes Not Working
Very slow file copy to external Western Digital USB drive Win XP
Programmatically get bookmarks from PDF file