Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/10/2008, 09:13
Avatar de chwc
chwc
 
Fecha de Ingreso: julio-2008
Ubicación: Buenos Aires ! :D
Mensajes: 814
Antigüedad: 15 años, 9 meses
Puntos: 103
Respuesta: ayuda formulario!!

podrias hacer asi:
Código PHP:
for($i=1;$i<=15;$i++){ ?>
 <tr>
<td><?echo $row[$i];?></td>
<td>1<input type='radio' name='partido<?echo $i;?>' value='1'></td>
<td>x<input type='radio' name='partido<?echo $i;?>' value='x'></td>
<td>2<input type='radio' name='partido<?echo $i;?>' value='2'></td>
</tr>
        <?}