CodeIgniter Forums
catcha - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: catcha (/showthread.php?tid=21633)



catcha - El Forum - 08-16-2009

[eluser]Unknown[/eluser]
How to use captcha_pi.php plugin practically


catcha - El Forum - 08-17-2009

[eluser]InsiteFX[/eluser]
If you read the CodeIgniter user_guide it has it's own Captcha.

plugins,

under the system/plugins/captcha.pi.php

open the file and read the source code, you need to create a database table for it.

Hope this helps, you can also search the forms.

Enjoy
InsiteFX


catcha - El Forum - 08-17-2009

[eluser]bigtony[/eluser]
[quote author="InsiteFX" date="1250508872"]...you need to create a database table for it.[/quote]
Actually you don't have to create a db table - just store the info in a session variable.