[PHP] + [POSTGRES] Date courante

Date courante [PHP] + [POSTGRES] - PHP - Programmation

Marsh Posté le 02-04-2003 à 18:58:12    

Re Bonjour :)
Savez vous comment récuperer la date courante en PHP postgres ???
:)

Reply

Marsh Posté le 02-04-2003 à 18:58:12   

Reply

Marsh Posté le 02-04-2003 à 19:11:30    

Bon c'est bon j'ai trouvé si çà interesse qq'un, je mets comment faire:
 
$sql0 = "SELECT CURRENT_DATE";
$req0 = pg_exec($conn,$sql0) ;
$res = pg_fetch_object($req0);  
$datecourante= $res->date;

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed