![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/12/2003, 17:46
|
| | Fecha de Ingreso: noviembre-2002 Ubicación: Barcelona - España
Mensajes: 270
Antigüedad: 22 años, 2 meses Puntos: 0 | |
Perdona, me he liado.
No asignes en el while la misma variable que recojas.
While ($registro=mysql_fetch_array($containerq))
{
$tc=$registro['container'];
echo $tc;
} |