如何使用php中的列表/菜单选项进行搜索?

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.

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.