Datasheet

Api php template
154
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#003300 size=3>" . $regtable['uptime'] .
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#003300 size=3>" .
$regtable['keepalive-timeout'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#880000 size=3>" . $regtable['found-by']
. "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['DHCP']=="true")
{
echo "<font color=#04B404 size=3>" . $regtable['DHCP'] .
"</font><br>";
}else{
echo "<font color=#FF0000 size=3>". $regtable['DHCP']
."</font><br>";
}