Click here to Skip to main content
15,905,963 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Do you need to create database if you using captcha?
Posted

No. Captchas are not related to a database. However, they're usually used in conjunction with a registration/login system, and that is generally implemented with a database.
 
Share this answer
 
No, in most cases a captcha is stored in a Session variable. When a user submits a form that has a captch you simply compare the value submitted against the value stored in the session (that's if you are using sessions).

An example of a simple captcha example is here:
CAPTCHA Image[^]
 
Share this answer
 
No! You don't necessarily need a database to use CAPTCHAs on your website.

Best Regards,

—MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900