MySQL Forums
Forum List  »  PHP

Re: How do I create a search engine?
Posted by: Kenneth Leeson
Date: January 25, 2006 10:30PM

To create a simple search engine, ( I'm assuming you're searching a database, as opposed to some other file systems ),
you need PHP and MySQL.
Read up on either fulltext indexing or the Like query.

There's a script that I came across a week ago,
http://www.addedworth.com/mspro.php
that does a fantastic job at creating Google like search queries.

If you're thinking of searching through your own file base systems,
then I suggest you read up "inverted indexes", one way hash functions and
of course, file manipulation functions under PHP.

Cheers,
Kenneth

Options: ReplyQuote


Subject
Written By
Posted
January 07, 2006 01:11AM
Re: How do I create a search engine?
January 25, 2006 10:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.