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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.