Jump to content

Simple replacement of re-captcha


vliegendetosti

Recommended Posts

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}

Link to comment
Share on other sites

u can also use session for this and for later use also......

Edited by Net123
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...