|
Posted by Carl Vondrick on 04/14/06 22:20
firewood wrote:
> I'm developing a PHP/MySQL site that will take images and text and
> automatically create a website from templates. I need a good search
> engine script to run separately on each of the websites that will be
> built using my script. (i.e. search only one website, not many).
>
> Does anyone have a recommendation for a good search engine?
Personally, it's not that hard to write your own to get the basics down
(don't expect it to be Google, but you can get it to be better than regular
expressions).
What you should look into, if you want one out of the box, is MySQL Full
Text searching. This does pretty much most of it.
--
Carl Vondrick
Web-Enginner
www.CarlSoft.net
To contact me, please use my website.
[Back to original message]
|