Okay sry klappt doch^^
Edit:Klappt doch nicht alles so wie ich will.
Ich hab das einfach mal bissen umgescript,aber hab eig null plan von php/html.
Er liest mir keine chars aus die gebannt sind.
PHP Code:
<?php
include("inc/dbsettings.php");
$sql = "SELECT * FROM account.account";
$res = mysql_query($sql)
?>
</head>
<body>
<table width="100%" border="1">
<tr>
<th width="150">Account Name</th>
<th width="150">Admin</th>
<th width="150">Status</th>
<th width="150">Grund</th>
<th width="150">Dauer</th>
</tr>
<?php
while($getAccs=mysql_fetch_object($sqlQry))
echo '<tr>
<td>'.$account->account_name.'</td>
<td>'.$gmlist->mName.'</td>
<td>'.$account->status.'</td>
<td>'.$account->grund.'</td>
<td>'.$account->availDt.'</td>
</tr>';
?>
das hab ich nu gemacht
Er soll mit dem account_name natürlich halt die ID womit man sich einloggt raussuchen.
Mit nName sollte er mir aus meiner gmlist den name des Admins der ihn gebannt hat auslesen.
Mit status ist halt Block/Ok gemeint.
Mit dem grund natürlich wieso,hab dafür ne neue tabelle in account erstellt.
und mit dem availDt sollte er die Zeit auslesen wie lange er gebannt ist.
Aber irgenwie wird kein gebannter acc angezeigt.
Ich hoffe das könnt mir mal einer machen.
Wäre echt nett