leegold2
Technical User
- Oct 10, 2004
- 116
If I try to query ie. search via PHP/MYSQL my db for this string:
NA&SD
It will not find the string with either FullText or a sub-string search (ie. %NA&SD% ). I think the ampersand is messing things up? If you were to implement a search via PHP of MYSQL records what would you do to make this string search able. I'm not sure how. Thanks.
NA&SD
It will not find the string with either FullText or a sub-string search (ie. %NA&SD% ). I think the ampersand is messing things up? If you were to implement a search via PHP of MYSQL records what would you do to make this string search able. I'm not sure how. Thanks.