-   
- <? 
- $a = 0; 
- while ($row=mysql_fetch_array($result)) 
- { 
- $a++; 
- ?><tr> 
- <TD><div align="center"> 
- <?PHP 
- echo "<input name="id".$a."" type="hidden" value='".$row['0']."' size="3"/>"; 
- echo "<input name="nro".$a"" type='text' value='".$row['1']."' readonly size="3"/>"; 
- ?> 
- </div></TD> 
- <TD><div align="center"> 
- <?PHP 
- echo "<input name="opcion".$a."" type='text' value='".$row['2']."' size="3"/>"; 
- ?> 
- </div></TD> 
- <TD> 
- <?PHP 
- echo "<input name="preg".$a."" type='text' value='".$row['3']."' size='115' maxlength='250' /></TD>"; 
- ?> 
- <TD><a href="ed_enc_ed1a.php">Guardar</a></TD> 
- </TR> 
- <? 
- } 
- ?> 
-   
-