10-19-2008, 03:10 PM
[eluser]blasto333[/eluser]
That is not how LIKE matches.
It will look for
(any characters)Zac(any characters)
You might want to look into Full Text searching. (http://dev.mysql.com/doc/refman/5.0/en/f...earch.html)
(I haven't tried this, but maybe others will have better suggestions)
That is not how LIKE matches.
It will look for
(any characters)Zac(any characters)
You might want to look into Full Text searching. (http://dev.mysql.com/doc/refman/5.0/en/f...earch.html)
(I haven't tried this, but maybe others will have better suggestions)