PHP-Code:
if ($start == "2"){
?>
<td style="text-align: left; width: 15%; background-color: rgb(215, 213, 228);"><small> <?php echo "$row->username"; ?></small></td>
</tr>
<tr>
<?php
$start = "1";
$gesperrt = "1";
}
if ($start == "1"){
if ($gesperrt == "0"){
?>
<td style="text-align: left; width: 15%; background-color: rgb(239, 237, 253);"><small> <?php echo "$row->username"; ?></small></td>
<?php
$start = "2";
}else{
$gesperrt = "0";
}
}
Na da schau mal in nem halben Jahr noch mal rein und erklär, was Du gemacht hast...