Hi,
I want to retrieve a key value for the option selected in the drop down box,and i also want to you to tell me how to use that key value
<select name="role" style="width: 145px">';
$result=selecttbl("ugname","ugroup");
while($nt=mysql_fetch_array($result))
{
print'<option>'.$nt[ugname].'';
print'</option>';
}
print'</select></td>