![]() |
Captcha helper problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Captcha helper problem (/showthread.php?tid=43228) Pages:
1
2
|
Captcha helper problem - El Forum - 07-06-2011 [eluser]SaSa[/eluser] Hello I display all the code. Where is the problem, please? Captcha helper problem - El Forum - 07-06-2011 [eluser]mi6crazyheart[/eluser] U'r MODEL function is really confusing. U r trying to do a lot of things in one single MODEL function with having multiple numbers "return" statements. Any way, about u'r main prob of captcha validation is returning always TRUE , for that i want to say.. plz clearly write the captcha making code at one place... EX: Here is the captcha making code which u can directly use in VIEW file... Code: $vals = array( Try it... Captcha helper problem - El Forum - 07-06-2011 [eluser]SaSa[/eluser] I tried but it did not work. The problem is not on create captcha. It is the problem validation captcha which is always true. Do you have another idea to solve this problem? Captcha helper problem - El Forum - 07-06-2011 [eluser]SaSa[/eluser] help? Captcha helper problem - El Forum - 07-06-2011 [eluser]vhen[/eluser] did you run/test your query in a query browser or in phpmyadmin first if it really returns what you expected? Captcha helper problem - El Forum - 07-07-2011 [eluser]SaSa[/eluser] yes, other query, worked but this not worked and is always true. Captcha helper problem - El Forum - 07-07-2011 [eluser]vhen[/eluser] maybe not all captcha's are deleted when you run the delete query and there are still captchas left..so when you try to retrieve the captchas the count is not 0. please check all your queries. |