02-24-2008, 12:02 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
Sounds like it's an issue with the date.timezone setting in your php.ini config file. In PHP 5 you can set this prior to using date() (as mentioned in the error message) with date_default_timezone_set() function.
Your code is still incorrect, however. You haven't passed a formatting parameter to date().
__________________
I reject your reality, and substitute my own.
|
|
|
|