Lukas Ackermann: mktime +Besucher Zählen

Beitrag lesen

Das gibts doch gar nicht!!! Jetzt hab ich den falschen Code geposted! Am Ende soll nicht (
#----------------------------------------------------------------------------------

define the time when the same ip address should be counted as a new visitor

$yesterday = time() - (6 * 60 *60);
#----------------------------------------------------------------------------------
?>
)

sondern

(
#----------------------------------------------------------------------------------

define the time when the same ip address should be counted as a new visitor

$yesterday  = mktime ( date ( "H" ) - 1 , date ( "i" ) , date ( "s" ) , date ( "m" ) , date ( "d" )  , date ( "Y" ) );
#----------------------------------------------------------------------------------
?>
)
stehen.

Entschuldigung nochmal,

Lukas