<?php include("./inc/myconf.php");
$epostax="sti@flash.gen.tr";
$dbhost=$dbhostx;
$dbuser =$dbuserx;
$dbsifre=$dbsifrex;
$database=$databasex;
$tabloisim =$tabloisimx;
$veriyolum = mysql_connect($dbhost, $dbuser,$dbsifre);
mysql_select_db($database,$veriyolum);
$result = mysql_query("SELECT * FROM $tabloisim ORDER BY id DESC LIMIT 10",$veriyolum);
$uyesayisi = mysql_query("SELECT * FROM $tabloisim ",$veriyolum);
$satir=mysql_num_rows($uyesayisi);
echo"<link href=style.css rel=stylesheet type=text/css>";
echo "<table width=420 border=0 bordercolor=#CCCCCC cellspacing=0 cellpadding=0>"; //echo "<table border=1>\n";
echo"<tr>
<td width=140 class=listebaslik align=left>Kullanici Adi</td>
<td width=200 class=listebaslik align=left>E-posta</td>
<td width=80 class=listebaslik align=left>Kayit Tarihi</td>
</tr>";
while ($myrow = mysql_fetch_row($result)) {
echo "<table width=420 border=0 bordercolor=#CCCCCC cellspacing=0 cellpadding=0>"; //echo "<table border=1>\n";
echo"<tr>
<td width=140 class=style8><a href=uyedetay.php?idx=$myrow[0]>$myrow[1]</a></td>
<td width=200 class=listeyazi align=left>$myrow[5]</td>
<td width=80 class=listeyazi align=left>$myrow[7]</td>
</tr>";
echo "</table>";
}?>bunu inceleyebilirsin.aldıgı verileri tablo içine yazdırıyor