
16/06/2010, 16:15
|
| | Fecha de Ingreso: abril-2010 Ubicación: Colombia
Mensajes: 229
Antigüedad: 14 años, 11 meses Puntos: 2 | |
Respuesta: problemas con variables Prueba asi:
$recor = 1;
while ($reg=mysql_fetch_array($res))
{
?>
<table>
<tr><td><?php echo $recor; ?></td><td>
<?php echo $reg["respuesta"];?>
</td>
</tr>
</table>
<?
$recor++;
} ?> |