SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: searching
-
May 30, 2001, 17:24 #1
- Join Date
- Apr 2001
- Location
- BC, Canada
- Posts
- 630
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
searching
Is there a built in fuction, or a way I could run a quick search through a few paragaphs in a database (mysql)
Dosnt have to be very powerful, just search for a few keywords through 100 or so news articles in a database.
thanx
-
May 30, 2001, 20:15 #2
- Join Date
- Mar 2001
- Posts
- 3,537
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
Check out the soundex() function here:
http://www.mysql.com/doc/S/t/String_functions.html
Bookmarks