vliegendetosti 0 Posted July 12, 2012 Report Share Posted July 12, 2012 Hello, Does anyone know the code from the security question at the bottom of this website. www.adammacdonaldweb.com/contact.phpOr does anyone know an even simpler security question that is simple to put on my website. Thanks. Quote Link to post Share on other sites
Ingolme 1,022 Posted July 15, 2012 Report Share Posted July 15, 2012 It's just a form field. On the server you use an if() statement to check that the value if correct. if($_POST['answer'] == '7') { // Send the e-mail} Quote Link to post Share on other sites
Net123 1 Posted July 20, 2012 Report Share Posted July 20, 2012 (edited) u can also use session for this and for later use also...... Edited July 20, 2012 by Net123 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.