sdemirkeser hocam malesef denedim olmadı
<?
include("includes/functions.php");
$id = htmlspecialchars($_GET['id']);
$yazdir = mysql_fetch_array(mysql_query("select * from magazalar where id='$id'"));
TemplateUst($yazdir[magza_adi]);
echo '<link href="MagazaTemplate/default/style.css" rel="stylesheet" type="text/css" />
';
$magzaadi = $yazdir[magza_adi];
$sahibi = $yazdir[magza_sahibi];
$tanim = $yazdir[magza_aciklama];
$katdon = mysql_query("select * from ana_kategoriler");
while($row=mysql_fetch_array($katdon)){
$xx = $row[kategori_adi];
}
$tplFile = realpath("./").DIRECTORY_SEPARATOR."MagazaTemplate/Default/index.tpl";
$result = addslashes(implode("", file($tplFile)));
eval("\$result=\"$result\";");
print stripslashes($result);
include("alt.php");
?>tplsi
</tr>
<tr><!--while:$xx-->
<td class="magaza-kategorileri-orta"><p class="kategori-link">{$xx}</p>
<p> </p></td><!--endwhile-->
</tr>