Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/09/2010, 08:53
Avatar de repara2
repara2
 
Fecha de Ingreso: septiembre-2010
Ubicación: München
Mensajes: 2.445
Antigüedad: 13 años, 7 meses
Puntos: 331
Respuesta: Pequeña ayuda

A ver si funciona:

HTML
Código HTML:
<input name="nombre_cliente" type="text" id="textfield" size="8"
          value="<?=(isset($_GET['nomclie'])?$_GET['nomclie']:"")?> />
PHP
Código PHP:
    echo '<form id="form1" name="form1" method="post" action="nuevo_pedido.php">
Cliente <input type="text" name="ecliente" id="textfield2" size="13" value="'
.(isset($cliente)?$cliente:"").'" /> </form>'

1 saludo