Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2009, 11:17
Avatar de By_George
By_George
 
Fecha de Ingreso: abril-2009
Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años
Puntos: 19
Respuesta: ¿Esto es correcto?

while($registro=mysql_fetch_row($registros))
{
if(isset($_POST[$registro[1]]))
{
echo $_POST[$registro[1]." fue seleccionado";
}
};