echo '\n\r';
fwrite($base,$login $let $ip."\r\n");
<table//><table//><table//><br> <table//><table//><table//><br> <table//><table//><table//><br> ... <>
while ($row = mysql_fetch_array($query)) { $nas++; if ($nas % 2 == 0) echo "<table class=icon><tr>"; echo "<td>"; echo " <table class=icon align=center valign=center> <tr> <td>".$row['name']."</td> </tr> </table>"; echo "</td>"; if ($nas % 2 !== 0) echo "</tr></table><br>"; }
$nas = 0; echo "<center><table class=icon>"; while ($row = mysql_fetch_array($query)) { if ($nas % 3 == 0) echo "<tr>"; echo "<td class=icon>".$row['name']."</td>"; if ($nas % 3 == 0) echo "</tr>"; $nas++; } echo "</table></center>";