Forum Moderators: coopster
Well I need to build a search engine for my company and I am having trouble finding a good tutorial. I know the basics of PHP and I am getting better at the language, but I'm still not good enough to build a search engine. I have found a few tutorials and I am having trouble figuring out which one to use.
Basically I want my search engine to search my MySQL database and return relevant products. I have noticed how some tutorials have tables designed for containing keywords and how some don't. Do I need tables to store keywords? If not, I would really like to skip that as I would like to keep a low database filesize.
Also, does anyone have any good tutorials on a good basic search engine? I don't need anything fancy for the moment, but later on I will. I guess it will be best to start basic to understand how it works and then I can build on it as needed.
Thanks :)
Wes
Have you looked at FULLTEXT searching function in MySql.
The MySql Website has details to get you started :).
Dayo
Here are some:
[hotscripts.com...]
thanks for your help though
wes