Comunidad de diseño web y desarrollo en internet online

conservar datos al volver de un segundo formulario

Citar            
MensajeEscrito el 04 Oct 2011 02:37 am
apoyo con el sgte codigo

edicion_ficha.php
<?php
include("include/session_user.php");
include("include/conn.inc.php");
include("include/funciones.php");

$var_user = $_POST["user"];
...
$sel_user = "SELECT I.*, SS.nom_pais,C.nombre_corto AS nombre_curso
FROM inscrito AS I
LEFT JOIN curso AS C ON I.id_curso = C.id_curso
LEFT JOIN pais AS SS ON I.id_pais = SS.id_pais
WHERE I.id_inscrito = '".$var_user."'";

$res_user = mysql_query($sel_user, $link);
$db_user = mysql_fetch_array($res_user);
?>
<form method ="post" action="see-datos">
<input name="user" id="user" type="hidden" value="<?php echo $var_user;?>" />
...
<input ... value="<?php echo $db_user["nombres"]; ?>"
<?php if($_SESSION["ID_TIPOUSUARIO"])! =1>
echo 'readonly="readonly"'; ?> />
...
<input type="submit" name="Submit" value="Nuevo Pa&iacute;s" />


este formulario edicion_ficha.php me permite actulizar algun dato previo mal ingresado y lo graba en la base de batos, el boton -Nuevo Pais- me lleva a otro form (insertarpais.php) que permite agregar nuevo pais y guardar el nuevo pais,, el problema es que al volver de insertarpais.php a edicion_ficha.php
los datos de los objetos text se han borrado ...

Por angelo27

Claber

136 de clabLevel



 

firefox
Citar            
MensajeEscrito el 04 Oct 2011 10:05 am
No utilizaste cookies como te dije en el otro post?

Por bray

65 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.