<table width="82%" height="25" cellspacing="0" id="server_durumu">
<tr class="durum1">
<td align="center" width="30" height="28" align="left"><span class="font2">#</span></td>
<td align="center" width="60" height="28" align="left"><span class="font2">Nick</span></td>
<td align="center" width="10" height="28" align="left"><span class="font2">Skor</span></td>
<td align="center" width="25" height="5" align="left"><span class="font2">Zaman</span></td>
<td align="center" width="140" height="28" align="left"><span class="font2">Islemler</span></td>
</tr>
<?
foreach ($results["server 1"]['players'] as $player) {
$nick = $player["name"];
echo '<tr class="durum2">
<td heigth="40"> </td>
<td heigth="40"> '.$player["name"].'</td>
<td heigth="40" align="center">'.$player["score"].'</td>
<td height="5" heigth="40" align="center">'.intval($player["time"]).'</td>
<td height="40">
<form method="POST" action="Anasayfa.PHP">
<input type="submit" name="ban" value="Ban">
<input type="submit" name="kick" value="Kick">
<input type="submit" name="quit" value="Quit">
<input type="submit" name="slay" value="Slay">
<input type="submit" name="gag" value="Gag">
<input type="hidden" name="nick" value="'.$nick.'">
</form>
</td>
</tr>';
}
?>
</table>
</div>
</body>
</form>
</center>
<?