Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/02/2008, 11:32
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Pasar Variable De Un Array Por Post

Usa un campo hidden:
Código PHP:
<input type="hidden" name="pregId" value="<?php echo $preg['id']; ?>" />
Saludos.