Merhaba denemelik.php diye bir sayfam var.Bu sayfada tablo var.Şimdi buna php eklediğimde tablo gözükmüyor.Sebebi ne olabilir ? Ek detay vereyimmi ?
<?php include("ayar.php");?>
<?php if(empty($_GET['bak'])){exit;}else{$id=$_GET['bak'];}
$veri=mysql_fetch_assoc(mysql_query("SELECT * FROM veri WHERE onay='1' and id='$id'"));
$id=$veri['id']; $hit=$veri['hit'];
?>
<html>
<table background="/images/ark.gif"><tr><td width="87"></td><td width="295"><div><a style=" color:#000000; font-weight:bold; font-size:18px; font-family:'Trebuchet MS'; text-decoration:none;" target="_blank" href="M2Turk-2-Server---Kraliyet--Premium-Server--8352.html">M2Turk 2 Server - Kraliye...</a></div>
<div style=" color:#000000; font-size:14px; font-family:'Trebuchet MS';">ö2</div>
<div style=" color:#006600; font-size:14px; font-family:'Trebuchet MS';">Server Açık</div>
<div style=" color:#00002; font-size:14px; font-family:'Trebuchet MS';">--- | Metin2 Pvp Tanıtım Sitesi</div></td>
<td width="70">
<div align="center"><img width="47" height="47" src="image/metin2logomin.png"></div>
<div><div class="oygoster" style="font:14px Tahoma; color:#000; margin-top:1px; text-align:center;">15754 OY</div>
</td>
</tr></table> </html>
<?php
if(empty($_GET['bak'])){
Header("Location:index.php");
exit();
}else{
$id=$_GET['bak'];
}
$veri=mysql_fetch_assoc(mysql_query("SELECT * FROM veri WHERE onay='1' and id='$id'"));
$id=$veri['id'];
$hit=$veri['hit'];
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/pvphavuz/public_html/ayar.php:8) in /home/pvphavuz/public_html/denemelik.php on line 4
Header("Location:index.php");
<?php
ob_start();
include("ayar.php");
if(empty($_GET['bak'])){
Header("Location:index.php");
exit();
}else{
$id=$_GET['bak'];
}
$veri=mysql_fetch_assoc(mysql_query("SELECT * FROM veri WHERE onay='1' and id='$id'"));
$id=$veri['id'];
$hit=$veri['hit'];
?>
<html>
<table background="/images/ark.gif"><tr><td width="87"></td><td width="295"><div><a style=" color:#000000; font-weight:bold; font-size:18px; font-family:'Trebuchet MS'; text-decoration:none;" target="_blank" href="M2Turk-2-Server---Kraliyet--Premium-Server--8352.html">
<?php echo $veri['ad'];?>
</a></div>
<div style=" color:#000000; font-size:14px; font-family:'Trebuchet MS';"><?php echo $veri['zorluk'];?></div>
<div style=" color:#006600; font-size:14px; font-family:'Trebuchet MS';">Server Açık</div>
<div style=" color:#00002; font-size:14px; font-family:'Trebuchet MS';"><?php echo $veri['site'];?></div></td>
<td width="70">
<div align="center"><img width="47" height="47" src="image/metin2logomin.png"></div>
<div><div class="oygoster" style="font:14px Tahoma; color:#000; margin-top:1px; text-align:center;"><?php echo $hit;?> OY</div>
</td>
</tr></table> </html>