HowdeeDoodee Posted May 24, 2010 Share Posted May 24, 2010 I need a php text search script to search records in my db. I need a script to give the user the following options when running a search on the db. Using a drop-down box or some other alternative, I want to enable the user to select from the following search options. All words Any words Exact phrase Words within x number of records Boolean expression Regular expression Thank you in advance for your reply. Link to comment https://forums.phpfreaks.com/topic/202693-need-a-non-full-text-search-script-to-search-db/ Share on other sites More sharing options...
jurass1c Posted May 24, 2010 Share Posted May 24, 2010 http://www.phpfreaks.com/tutorial/simple-sql-search Read this tutorial by Brad Jacobs. It can do what your asking, you just need to make some minor edits to the code. Link to comment https://forums.phpfreaks.com/topic/202693-need-a-non-full-text-search-script-to-search-db/#findComment-1062685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.