AYUDAAAAA.....NO SE COMO HACERLO....!!!!
GABO 09 de Abril del 2005
ALGUIEN ME PRODRIA INDICAR COMO OBTENER LA FECHA DEL SISTEMAS Y COMO ALMACENARLO EN LA BD.
GRACIAS
lord of freaks 09 de Abril del 2005
serÃa algo como asÃ:
//Conecxion con la bd
como tu la hagas
$Ssql = "insert into nombre_ tabla (campo_fecha) values (now())";
$query = mysql_db_query("nombre_bd",$Ssql);