私はどこのようなことをしたかった:
$time = time();
//Store the time in the dabase
//Some time later, say three hours this code runs
// so if your time() was 2pm its now 5pm when this statement
// is run.
if($time < 4 hours){
// do something.
}
しかし、これを行う最もクリーンな方法が何であるかはわかりません。