Kimlik doğrulama veya yönetimden onay bekliyor.
<p align="center"><select name="kategori" id="kategori">
<?
$q2=mysql_query("Select * from kategori");
while($r2=mysql_fetch_array($q2))
{
echo "<option value='$r2[id]'>$r2[name]</option>";
}
?></select