Ver Mensaje Individual
  #9 (permalink)  
Antiguo 25/07/2012, 10:45
Avatar de jotaincubus
jotaincubus
 
Fecha de Ingreso: mayo-2005
Ubicación: Medellin - Colombia
Mensajes: 1.797
Antigüedad: 18 años, 11 meses
Puntos: 394
Respuesta: Guardar fecha actual en campo

No se porque tanta vuelta para algo tan simple...

Código PHP:
Ver original
  1. <input name="FechaEnvio" type="text" size="32" value="<?php echo date('Y-m-d H:i:s'); ?>" disabled="disabled">

o

Código PHP:
Ver original
  1. <input name="FechaEnvio" type="text" size="32" value="<?php echo date('Y-m-d H:i:s'); ?>" onFocus="blur()">
__________________
Por que existe gente que no agradece después de que se le ha brindado tiempo y ayuda ???