<tr>
<th valign="top">Grup Adı : </th>
<td><span class="form">
<select name="grup_id" class="styledselect_form_1">
$kategori_cek = mysql_query("SELECT * FROM grup"); while($kategori_cek_yeni = mysql_fetch_array($kategori_cek)){
$katgrup_id=$kategori_cek_yeni['grup_id'];
$katgrup_adi=$kategori_cek_yeni['grup_adi'];
echo '<option value="'.$katgrup_id.'">'.katgrup_adi.'</option>'; } </select> </span></td> </tr>bu şekilde dene hocam birde?