" ); // // This is the page the visitor will go to when the email has sent // header( "Location: index_sent.html" ); unset($_SESSION['security_code']); } else { // Insert your code for showing an error message here header( "Location: index_notsent.html" ); } } else { ?>