![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/04/2009, 11:17
|
![Avatar de By_George](http://static.forosdelweb.com/customavatars/avatar297223_2.gif) | | | Fecha de Ingreso: abril-2009 Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años, 9 meses Puntos: 19 | |
Respuesta: ¿Esto es correcto? while($registro=mysql_fetch_row($registros))
{
if(isset($_POST[$registro[1]]))
{
echo $_POST[$registro[1]." fue seleccionado";
}
}; |