![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/11/2013, 12:41
|
| | Fecha de Ingreso: noviembre-2013
Mensajes: 1
Antigüedad: 11 años, 3 meses Puntos: 0 | |
Respuesta: division entera en php? for ($i = 1; $i <= 100; $i++) {
if ($i % 7 == 0) {
echo "<font color=\"red\">" . $i . "</font> ";
} else {
echo $i . " ";
} |