Ver Mensaje Individual
  #12 (permalink)  
Antiguo 29/07/2004, 20:15
iarrieta
 
Fecha de Ingreso: noviembre-2002
Ubicación: Colombia
Mensajes: 278
Antigüedad: 21 años, 5 meses
Puntos: 0
Nada... hice lo que me indicaste:

Código PHP:
<?
$id 
$_POST['id']; 
unset(
$_POST['id']);
 
include (
"config_ing.php");
 
if (isset(
$_POST['id'])){
$sql("SELECT * FROM clients WHERE id='".$_POST['id']."'");
$resultado=mysql_fetch_array($result); 

}
?>
Y a cada campo del formulario le coloque:

Código PHP:
value="<? echo $resultado['name']; ?>"