у меня есть:
$lastActivationDelay = time() + 8;
if($lastActivationDelay<$last_activation)
сейчас не работает должным образом.
Что я хочу сделать, это если вы попытаетесь войти на страницу, и
if $last_activation is under the $lastactivationdelay time, then echo false, else true
.
Итак if eight seconds from now is over $last_activation, then true, if its under, then false
.