ueon Posted August 20, 2011 Share Posted August 20, 2011 I have an entry in Mysql called "PHPFREAKS" How do I return "PHPFREAKS" as a result even if I search for "php"? Quote Link to comment https://forums.phpfreaks.com/topic/245305-search-partial-sql-entries/ Share on other sites More sharing options...
cocoscrappy Posted August 20, 2011 Share Posted August 20, 2011 SELECT * FROM myTable WHERE field LIKE '%php%' Quote Link to comment https://forums.phpfreaks.com/topic/245305-search-partial-sql-entries/#findComment-1259907 Share on other sites More sharing options...
ueon Posted August 20, 2011 Author Share Posted August 20, 2011 thanks Quote Link to comment https://forums.phpfreaks.com/topic/245305-search-partial-sql-entries/#findComment-1259910 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.