Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/02/2010, 10:28
Avatar de jackson666
jackson666
 
Fecha de Ingreso: noviembre-2009
Ubicación: Buenos Aires, Argentina
Mensajes: 1.971
Antigüedad: 14 años, 5 meses
Puntos: 65
Respuesta: Formulario para Editar

Cita:
Iniciado por genuine_carlosV2 Ver Mensaje
Código PHP:
Ver original
  1. <input name="Nombre" type="text" <?php if( $buscando_registro ) echo 'value="'.$registro[ 'Nombre' ].'"'; />
Ojo, te falto cerrar el tag de php

Código PHP:
Ver original
  1. <input name="Nombre" type="text" <?php if( $buscando_registro ) echo 'value="'.$registro[ 'Nombre' ].'"'; ?> />
__________________
HV Studio
Diseño y desarrollo web