Hi, I need some help putting in recapta into 3 php files, iv never done it and dont quite understand it either. if you can help please contact me Thanks
there are lots of tutorials for recaptcha.. better to refer there first before you ask for assistance.
First of all make sure you have the gd library compiled with PHP. then you can create a random text/number and keep it in a session variable. Then create an image corresponding to the random text you careted and show it to the user. If they enter the same text from the form, check with the variable in your session and make sure its from a human and not from a bot Thanks!