Hai,
I likes to know the exact process of php captcha verification. As best of my knowledge the process is as follows
1. First create a randon string
2. Create an image and write this string into that image.
3. Then store the string variable in a hidden field in that form.
4. on form submit check the entered string with the value of the hidden field. If false return to the prev page.
Please let me know whether it is the correct and applicable way ? Or is there is any other way ?
Please help me
Thanks in advance
Rajeesh