resting Posted October 12, 2009 Share Posted October 12, 2009 As above. Any articles or examples to show the setup needed? Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/ Share on other sites More sharing options...
GKWelding Posted October 12, 2009 Share Posted October 12, 2009 more details on your website needed. is it database driven? what are you lookign to search for? Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/#findComment-935346 Share on other sites More sharing options...
GKWelding Posted October 12, 2009 Share Posted October 12, 2009 if it is database driven and you want to search for info in the database then try this article. http://onlamp.com/pub/a/php/2002/10/24/simplesearchengine.html?page=1 Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/#findComment-935347 Share on other sites More sharing options...
resting Posted October 12, 2009 Author Share Posted October 12, 2009 yes it'll be a database system. a cms actually. i think the link will help thanks. but i always welcome more sources Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/#findComment-935452 Share on other sites More sharing options...
Adam Posted October 12, 2009 Share Posted October 12, 2009 How about.. http://www.phpfreaks.com/tutorial/simple-sql-search Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/#findComment-935462 Share on other sites More sharing options...
JonnoTheDev Posted October 12, 2009 Share Posted October 12, 2009 If you are searching through text fields I would highly recommend using a full text search engine such as Sphinx or Lucene rather than querying the database. http://sphinxsearch.com/docs/manual-0.9.9.html http://www.lucenetutorial.com/ Quote Link to comment https://forums.phpfreaks.com/topic/177398-how-do-we-implement-a-search-function-into-our-website/#findComment-935472 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.