Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/05/2006, 17:44
Avatar de chidomen
chidomen
 
Fecha de Ingreso: enero-2005
Ubicación: aquí
Mensajes: 380
Antigüedad: 19 años, 2 meses
Puntos: 0
Creo que no me di a entender, este es el script que tengo

Código PHP:
<form name="form2" method="post" action="index.php?menu=2">
  <table width="470" border="0" align="center" cellpadding="0" cellspacing="0" class="paises">
<?php
  $grupo   
mysql_query("Select * From grupos Where grupo = 'A' ORDER BY id_pais ASC "$dbuno);
  while(
$row mysql_fetch_array($grupo)){
?>
<tr  ><td width="16">&nbsp;</td>
<td width="37" height="15"><?php echo $row['nombre_pais']; ?></td>
<td>
<input name="PJ" type="text" id="PJ" value="<?php echo $row['J']; ?>" size="4"></td><td>
<input name="G" type="text" id="G" value="<?php echo $row['G']; ?>" size="4"></td><td>
<input name="E" type="text" id="E" value="<?php echo $row['E']; ?>" size="4"></td><td>
<input name="P" type="text" id="P" value="<?php echo $row['P']; ?>" size="4"></td><td>
<input name="GF" type="text" id="GF" value="<?php echo $row['GF']; ?>" size="4"></td><td>
<input name="GF" type="text" id="GF" value="<?php echo $row['GC']; ?>" size="4"></td><td>
<input name="DIF" type="text" id="DIF" value="<?php echo $row['DIF']; ?>" size="4"></td><td>
<input name="Pts" type="text" id="Pts" value="<?php echo $row['Pts']; ?>" size="4"></td>  
</tr>
<? 
  
}
?>
<td><input type="submit" name="Submit2" value="Submit"></td>
    </tr>
  </table>
</form>
Al momento de mandar la forma que hago para actualizar los datos que acabo de imprimir


Saludos
__________________
.. simplemente soy un mexicano apasionado ..
guasanericonsul.com