Ver Mensaje Individual
  #23 (permalink)  
Antiguo 22/04/2008, 10:50
armen87
 
Fecha de Ingreso: abril-2008
Mensajes: 157
Antigüedad: 16 años, 1 mes
Puntos: 0
Re: error php modificacion datos.

oks gracias, ahora me gustaria que en el frame dabajo , introducir los datos en un formulario y se me modifique , tengo esto del segundo frame:


si puede ser que me aga la accion en el mismo frame.

Código PHP:
<html>
<head>
<title> Modifcacions</title>
</head>
<body>

<form action="modifica2.php" method="POST" target="segon">
  <p>
  Nom:<input name="nom" type="text" value="<?php echo $nom;?>" size="15">
  </p>
  <p>
   Localitat: <input name="nom" type="text" value="<?php echo $localitat?>" size="15">
  </p>
  <p>
   Numero de departament_ <input name="nom" type="text" value="<?php echo $dept_no?>" size="15">
  </p>
  <p>
    <input name="act" type="submit" value="actualitzar" size="15">
    </p>
</form>




</body>
</html>