Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/09/2010, 11:24
Avatar de rickyper
rickyper
 
Fecha de Ingreso: abril-2009
Mensajes: 182
Antigüedad: 15 años, 11 meses
Puntos: 10
Respuesta: Como guardar fecha NULL

Prueba asi:

Código PHP:
Ver original
  1. value=<?php if ($_POST[txtfecha1]=="") {echo "";} ?>

O tambien:


Código PHP:
Ver original
  1. value=<?php if ($_POST[txtfecha1]=="") {echo "NULL";} ?>