I want to do a search with radio buton. My html should be like this
<p>Search By :</p>
<p><input type="text" name="keyword" size="19">
<input type="radio" value="name" checked name="search_type" CHECKED>fullname
<input type="radio" value="id" name="search_type">userid</p>
<p><input type="submit" value="Search" name="Search"></p>
Could anybody tell me how do the search script with radio button in it.