Heyho
Ja titel sagt eigendlich schon,was ich suche.
habe zu den bannlisten nix gefunden.
Hoffe jemand hätte sowas.
Ja titel sagt eigendlich schon,was ich suche.
habe zu den bannlisten nix gefunden.
Hoffe jemand hätte sowas.
<?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>';
?>