<?php
ini_set('error_reporting', E_ALL^E_NOTICE);
?>
<?
include "ayar/ayarlar.php";
?>
<?
$sql_ana = mysql_query("select * from kategoriler WHERE yayinlansin = 'EVET' ORDER by sira ASC");
$ana = mysql_fetch_array($sql_ana);

?>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

<div align="center">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <? do { ?>
    <td>
            <p style="margin-top: 3px; margin-bottom: 0">
            <font color="#FFFFFF" face="Arial">
            <b>
            <font style="font-size: 9pt">
            &nbsp; </font>
            <a rel='nofollow' target=_parent href='kategorigoster.php?kat_id=<? echo $ana["id"] ?>'>
            <font color="#FFFFFF" style="font-size: 9pt">
            <? echo $ana["kat_adi"] ?></font></a><span style="font-size: 9pt">
            </span></b>
            </font>
    </td>
    <?
    }
    while ( $ana = mysql_fetch_array($sql_ana) );
    ?>
  </tr>
</table>

</div>