milanello72 Posted February 28, 2014 Share Posted February 28, 2014 Hi! I'm newer in codeigniter and I have searched on web an example of code captcha that works. Many examples not working, but an example maybe could work. This example is here http://runnable.com/UXb8GazDrMMiAAEA/how-to-add-a-captcha-in-codeigniter I want to use this example, but I don't know how to configure the files from application/config Could you help me? If you know an example that works you could say me the address on web. Thank you very much! Quote Link to comment Share on other sites More sharing options...
nathank Posted March 19, 2014 Share Posted March 19, 2014 The documentation is probably the best step by step example you will find for setting this up in CI. http://ellislab.com/codeigniter/user-guide/helpers/captcha_helper.html It's fairly straight forward, just make sure you have permissions set correctly on the dir where it will be storing the image file. Quote Link to comment Share on other sites More sharing options...
isabella_martin Posted June 20, 2015 Share Posted June 20, 2015 (edited) Here is a link from where you can access full code and guide also about how to add captcha in your form.It is one of the best solutions. http://www.formget.com/codeigniter-captcha-helper/ Edited June 20, 2015 by isabella_martin Quote Link to comment Share on other sites More sharing options...
surajkumardotin Posted August 20, 2015 Share Posted August 20, 2015 You can use its built-in captcha library. Quote Link to comment 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.