Is there a way to define a variable that will give you todays date & time?
I am looking for something like;
$today = NOW()
but this doesn't work
thanks
[man]date[/man]
Hi Ejwf
This one is covered in the manual quite comprehensively:
http://de2.php.net/manual/en/function.date.php
HTH
Norm