loveranger Posted March 7, 2009 Share Posted March 7, 2009 I want to add an almost exact search option like the one at the following website: http://www.etamildirectory.com/index2.php I have alot of content written in HTML. I dont know much about database so I am looking for a php script that I can use to integrate to my site. I want the php script to allow me to add website urls with search tags, title, etc. I'm sure there should be a script like this. Quote Link to comment https://forums.phpfreaks.com/topic/148411-what-is-the-best-free-search-php-script-for-website/ Share on other sites More sharing options...
corbin Posted March 8, 2009 Share Posted March 8, 2009 You could either store all of your content in a database and have a full text index on it and search it. Or you could use something like Sphinx (which is still storing content in a database). Anyway you go at it, you will have to store content somewhere in a convenient format unless you want performance to degrade. (There's something other than Sphinx that's widely used, and I think it integrates with Apache, but I don't remember its name x.x.) Quote Link to comment https://forums.phpfreaks.com/topic/148411-what-is-the-best-free-search-php-script-for-website/#findComment-779312 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.