Datasheet

Api php template
139
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" .
$regtable['p-throughput'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" .
$regtable['ack-timeout'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" . $regtable['last-ip'] .
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['802.1x-port-enabled']=="true")
{
echo "<font color=#04B404 size=2>" .
$regtable['802.1x-port-enabled'] . "</font><br>";
}else{