Form Php


">
Enter your message (5 minute time limit):


if($_GET['time']+300 >= time()) {
     echo "You took too long!
";
     exit;
}
?>