08-10-2009, 06:53 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
|
Just like in the example on the MySQL link I posted above...
$sql = "SELECT * FROM sh WHERE SOUNDEX(sitename) = '". SOUNDEX( $quary)."'";
NB: You should protect your query from mysql injection
|
|
|
|