Audiovox P965 Ficha Técnica Página 146

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 280
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 145
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++)
{
Vista de página 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 279 280

Comentários a estes Manuais

Sem comentários