Tema
:
Pasar Variable De Un Array Por Post
Ver Mensaje Individual
#
5
(
permalink
)
14/02/2008, 11:32
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.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV