Page 1 of 1

Does anyone know how to..

Posted: Thu Oct 06, 2011 12:53 am
by jauson
Does anyone know how to create a search form using dropdown and textfield. example

<Dropdown>
USA
JAPAN
PHILIPPINES

<textfield> example USA/
she/he type
manila w/c captal of Philippines

result is 0.

but when she type New York ->> Result is 1 coming from the database. cheers! thanks

Re: Does anyone know how to..

Posted: Thu Oct 06, 2011 5:15 am
by social_experiment
The form isn't the challenge, the search query needs to be amended properly. You don't state if you want to use AJAX or submit the form but i'd say you are looking for something 'instantaneous' so you should look at a AJAX solution which isn't to tricky (even for newbies) given the abundance of tutorials & books on the subject.