<?php
while ($rowzakl = mysql_fetch_assoc($sqlzakl))
{
$v_i=mysql_query("select*from zvoin where name='$opredelenie' and `".$rowzakl['id']."`='0'");
if(mysql_num_rows($v_i)==1){
print "
<option selected value=" . $rowzakl['id'] . ">" . htmlspecialchars($rowzakl['name']) .
"</option>
" ;
}
;
;
}
print "</select><br><input class=x_kold type=submit name=formbutton2 value=колдовать>
</form>" ;
?>