faqts : Computers : Programming : Languages : PHP : Common Problems : Tips and Tricks

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

14 of 22 people (64%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

How can I build a search engine for my site using PHP?

Aug 7th, 1999 23:10
Nathan Wallace, Mike Robinson


Why not have a look at htDig instead.

    http://www.htdig.org

Then there's this article 

    http://www.devshed.com/Server_Side/PHP/Search_Engine/

which professes to be a quick and dirty php/mysql search scheme, might
be a good place to start.