hi friends,
I am developing a website with php, i'm also using javascript in it.
I have to refresh captcha in my website with a refresh button when a captcha is unreadable to a user.
how can i do this. please share any idea or codes to me
Thanks
hi friends,
I am developing a website with php, i'm also using javascript in it.
I have to refresh captcha in my website with a refresh button when a captcha is unreadable to a user.
how can i do this. please share any idea or codes to me
Thanks
Given that you have an implementation of Captcha on your website. An approach suitable for your needs is an Ajax request. Ajax (XMLHTTPRequest) Tutorial
If you do not want to hard-code everything and have the work already done for you, look at reCAPTCHA or any other Captcha providing company. Although, not entirely sure if they offer a non-refreshing captcha page.
I have no experience in using it, besides when editing posts too many times, StackOverflow will redirect me to the "Human Verification" page.
Why are you hand-rolling this out yourself? Did you try Recaptcha? http://recaptcha.net/whyrecaptcha.html