via PHP date funktion:
PHP-Code:
if(date('G')>19 && date('G') < 6){
//nacht
}else{
//tag
}
via PHP date funktion:
PHP-Code:
if(date('G')>19 && date('G') < 6){
//nacht
}else{
//tag
}
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
danke dir, hat geklappt