beboo002 Posted January 15, 2008 Share Posted January 15, 2008 Hello all I am working In PHP4.x and I have some problem to implement captcha in my form When my captcha is not match then i have loss my form data. is there any solution without losing my form data to match captcha. Thanks Regard Beboo Quote Link to comment https://forums.phpfreaks.com/topic/86113-captcha-or-image-varification-problem/ Share on other sites More sharing options...
tinker Posted January 15, 2008 Share Posted January 15, 2008 you will obviously need to grab the form input from the captcha text box so that you can compare it. Do the same with the rest of the data, and use this to populate the form as you generate it. Quote Link to comment https://forums.phpfreaks.com/topic/86113-captcha-or-image-varification-problem/#findComment-439766 Share on other sites More sharing options...
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.