Hi, schreibe das aktuelle datum in folgende variable
das ganze funktioniert perfekt es wird auch in der datenbank korrekt abgelegt
leider kommt aber eine fehlermeldung im browser
"
Strict Standards: date() [webhosting24 - Login]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 etc..."
was muss ich machen damit das nicht kommt
???
PHP:
$date="\"".date("Y-m-d")."\"";
leider kommt aber eine fehlermeldung im browser
"
Strict Standards: date() [webhosting24 - Login]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 etc..."
was muss ich machen damit das nicht kommt
???