Ver Mensaje Individual
  #8 (permalink)  
Antiguo 29/09/2008, 05:26
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Respuesta: problema al crear formulario tras realizar consulta en base de datos

prueba asi

Código PHP:
<?php
for($i=0$i<$contador$i++)
{
?>

<p><?php echo $array[$i?></p>
<blockquote><t>NS/NC<input name="<?php echo $identificador[$i?>" type="radio" value="0"></t>
<t>1<input name="<?php echo $identificador[$i?>" type="radio" value="1"></t>
<t>2<input name="<?php echo $identificador[$i?>" type="radio" value="2"></t>
<t>3<input name="<?php echo $identificador[$i?>" type="radio" value="3"></t>
<t>4<input name="<?php echo $identificador[$i?>" type="radio" value="4"></t>
<t>5<input name="<?php echo $identificador[$i?>" type="radio" value="5"></t></blockquote>
<?php
}
?>