Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/04/2009, 12:41
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?

seria mejor meterlos en un array

$valores=array();
while (...)
{
$check = $_POST[$registro[0]];
$valores[$i] = $check;
$i++;
}