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"? 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%' 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 Link to comment https://forums.phpfreaks.com/topic/245305-search-partial-sql-entries/#findComment-1259910 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.