Is there a numeric captcha available for PHP?
(which doesn’t rely on JavaScript being turned on)
EDIT:
- I know there are JS-independent
captchas out there. - I know there
are PHP captchas out there. - I know
there are numeric captchas out there.
But I’m looking for a PHP numeric Javascript-independent captcha.
The only numeric captcha’s I’ve found are either for ASP.NET or jQuery/JS based ones.
I don’t want any of those as an answer to the question.
And I’m not taking about a small website here. In the answer I’d like to know whether your suggestion puts a lot of strain on the server or not.
I guess it can’t be avoided to deal with rendering an image when dealing with captchas?
Here’s a simple one (and may not be the most elegant):
Display it in a form:
Once submitted, check the entered code: