Mark
|
| Posted: 04/20/2002, 12:38 PM |
|
Hi,
not necessarily a CodeCharge query (!), but I'm using PHP & MySQL and want
to be a able to do a phonetic search - is this possible ?
Example - a user enters "Tea" and the search returns "Tea" & "Tee".
Any ideas ?
Thanks,
Mark
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 04/21/2002, 4:37 PM |
|
Although I use MS SQL server, MySQL also has a SOUNDEX function that will do what you want, look under string functions or go here:
http://www.mysql.com/doc/S/t/String_functions.html
regards
Mehmet Ozdemir
|
|
|
 |
Mark
|
| Posted: 04/22/2002, 11:21 AM |
|
I'll check it out !
|
|
|
 |
|