
Api php template
136
$regtable = $ARRAY[$i];
if ($regtable['ap']=="true")
{
echo "<font color=#04B404 size=2>" . $regtable['ap'] .
"</font><br>";
}else{
echo "<font color=#FF0000 size=2>". $regtable['ap']
."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['wds']=="true")
{
echo "<font color=#04B404 size=2>" . $regtable['wds'] .
"</font><br>";
}else{
echo "<font color=#FF0000 size=2>". $regtable['wds']
."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#000099 size=2>" . $regtable['rx-rate'] .
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" . $regtable['tx-rate'] .
Kommentare zu diesen Handbüchern