Jump to content

What is the best free search PHP script for website?


loveranger

Recommended Posts

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.

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.)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.