![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/11/2010, 12:52
|
| | Fecha de Ingreso: febrero-2007 Ubicación: Mollerussa
Mensajes: 99
Antigüedad: 18 años Puntos: 1 | |
Respuesta: diferencia entre %u y %s ahi va parte del codigo Cita: while ($fila = $resultado->fetch_row()) {
printf(
"(%u) %s - %s<br/>",
$fila[0], $fila[1], $fila[2]);
} |