This is code to get ban list:
Display:
http://prntscr.com/ec4pgh
My question is,why i have two colume instead one,or two bans?
Code:
foreach($ts3_connect->banList() as $ban){
$banname = $ban['lastnickname'];
$uid = $ban['uid'];
$unbanid = $ban['banid'];
echo"
<tr bgcolor='white'>
<td class='text-center'>$banname</td>
<td class='text-center'>$uid</td>
<td class='text-center'><a href='server.php?id=".$server['ID']."&page=4&unban=$unbanid'>Unban!</a></td>
</tr>";
}
http://prntscr.com/ec4pgh
My question is,why i have two colume instead one,or two bans?