If you are searching for Kung Fu Panda, then this query would work:
strSQL = "SELECT * FROM p_search WHERE sTITLE LIKE '%Kung%' AND
sTITLE LIKE '%Fu%' AND
sTITLE LIKE '%Panda%'
ORDER BY tid DESC LIMIT 100;"
So you need to replace your spaces in the query by AND <tablename> LIKE '%<word>%'
User Profile
Collapse
-
You could try to use a MYSQL manager like SQLyog.
Connect to the database and load the table. There is a BLOB viewer that you can use to view the emails.
You can download the trial version from WebyogLeave a comment:
No activity results to display
Show More
Leave a comment: