Hi all - me again!
I'm trying to check the difference in seconds between a session on a contact page:
and the current time on the form processing page:PHP Code:<?php
session_start();
$_SESSION['time'] = time();
?>
and if it's less than x amount of seconds - die() but I'm a bit lost on how to actually compare them - does that make any sense?PHP Code:$now = time()



)!



Bookmarks