This topic is locked

result search

8/22/2009 8:44:00 AM
PHPRunner General questions
S
sogoli author

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