<tr><td>Kategori</td><td>
<?
$kosul="category";
$f="0";
$q = mysql_query("Select * from wp_term_taxonomy where taxonomy='$kosul' order by term_id asc");
while($rs=mysql_fetch_array($q)) {
$t_id=$rs['term_id'];
$qa = mysql_fetch_array(mysql_query("Select * from wp_terms where term_id='$t_id'"));
$varmi=hryt_trkarakter(iconv("UTF-8","ISO-8859-9",$qa['name']));
$varayir=hryt_trkarakter(iconv("UTF-8", "UTF-8",$fkat[1]));?>
<input type="checkbox" value="<?=$qa['term_id']?>" name="kid[<?=$f;?>]" id="check" <?if(strstr($varayir,$varmi)) { echo "Checked";}?>/><?=iconv("UTF-8","ISO-8859-9",$qa['name']);?>
<?$f++;}?></td></tr>kategori çekme kodları bu şekilde nasıl kategorileri botun içine çekebilirim acaba neden böyle oldu
lütfen acil yardım edin