i have three table
country:
id (int)
name_country(int)
-----------------
city:
id(int)
country_id(int)
city(varchar)
-----------------
form:
id(int)
name
tel
name_country(int)
city(varchahr)
-----------------
now,i can to use basic search from name_country , and only to use number for search.
if to use character for basic search , then not show result.
please help me for show result with character
tank you