tags:

views:

23

answers:

1

Hi every body and plz help me

i want to use search in php through list. if i select any one option from list and click on search button than find me that records which i want to search.

e.g. i've create list for two values like female and male.

A: 

It sounds like you are looking for Dynamic Dependent Dropdown Lists in HTML/PHP. You may also need to use a database (MySQL/SQL) and Javascript depending on what you are trying to achieve.

Here are some links that may help get you started:

We can help you more once you've provided a bit more information and perhaps some snippets of code and insight as to what you've tried.

JYelton