I have a combo box named \"Make\". In that combo box I\'m loading vehicle manufacturer names. When I click SEARCH button I want to display the selected manufacturer name. Be
if you fetching it from database then
Select Manufacturer "; $q2=mysql_query($s2); while($rw2=mysql_fetch_array($q2)) { ?>