Bonjour,
je suis entrain de faire un petit script php, tout ce qu il y a de plus simple, et a un moment j ai besoin d un timestamp.. tout ce qu il y a de plus simple lui aussi, et j obtiens cette erreur:
Fatal error: Call to undefined function now() in C:\wamp\www\script.php on line 125
et la ligne 125 la voici:
if($fast==1) $_SESSION['last_fast_refresh']=now();
j utilise wamp server.
En attendant un petit coup de main, merci d avance ;)


