Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/02/2008, 11:36
Avatar de danielrivas
danielrivas
 
Fecha de Ingreso: noviembre-2007
Ubicación: Preprocessing
Mensajes: 275
Antigüedad: 17 años
Puntos: 6
Re: Pasar Variable De Un Array Por Post

Algo así había intentado pero el problema es que tengo que pasar en el mismo formulario las id 66,67,68,73,74

Código PHP:
<? for($i=1;$i<=$preg["nopciones"];$i++)
{
?>
<tr>
<td><input type="radio" value="<?=$i?>" name="<?=$preg["id"];?>">
<font face="Verdana" size="1"><?=$preg["tr".$i];?></font></td>
</tr>
<?
Como podría pasar las diferentes id? dandole name
Código PHP:
id<?=$i?>
me serviría?