Datasheet

Api php template
143
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=3>" . $regtable['type'] .
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['dynamic']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['dynamic'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>". $regtable['dynamic']
."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['disabled']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['disabled'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>".
$regtable['disabled'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{