| Article: |
Building a Simple Search Engine with PHP | |
| Subject: | multiple keywords | |
| Date: | 2003-12-22 01:39:29 | |
| From: | anonymous2 | |
|
hi
|
||
Showing messages 1 through 1 of 1.
-
RE: multiple keywords
2003-12-22 01:57:16 dsolin [View]
|
|
||||||||||||||||||
Women in TechnologyHear us Roar
Showing messages 1 through 1 of 1.
|
||||||||||||||||||
|
||||||||||||||||||
As pointed out by a previous poster, the easiest way to implement multiple keyword searching would probably be to use MySQL's Full-text Search. Detailed information about this feature can be found at:
http://www.mysql.com/doc/en/Fulltext_Search.html
You will need to rewrite the example program used in the article for it to use Full-text Search, but that should be quite simple to do.
Good luck!
Daniel