http://forum.html.it/forum/showthrea...hreadid=459634
con questa ottieni l'unix timestamp della data contenuta nel db:
"SELECT UNIX_TIMESTAMP(20040719);"
con la funzione time() ottieni l'unix timestamp attuale:
echo time();
http://forum.html.it/forum/showthrea...hreadid=459634
con questa ottieni l'unix timestamp della data contenuta nel db:
"SELECT UNIX_TIMESTAMP(20040719);"
con la funzione time() ottieni l'unix timestamp attuale:
echo time();
think simple think ringo