Ich hab gerade diese Homepage installiert und es kommt diese Meldung
PHP Code:
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\inc\daten.inc.php on line 4
Als ich das gelesen habe bin ich in den "inc" Ordner rein und hab
in der "daten.inc.php Zeile 4" nachgeschaut und da stand
PHP Code:
$sqlZeit = date("d-m-Y H:i:s",time());
was ist daran Falsch xd ?