RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:19 AM To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Capcha Any one out there with help? Please!! dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same

RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:19 AM To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Capcha Any one out there with help? Please!! dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
http://www.nabble.com/file/p20325789/1.gif The captcha gets created but i noticed besides the fact that i cant get the text on the captcha validated with entered text. On my folder two captcha images are created on hiting the page. I have tried to figure out what might be causing this but to

RE: [fw-general] Zend_Capcha

2008-11-04 Thread Terre Porter
'; echo 'pre'. var_dump($this-view-captcha-getWord()).'/pre'; } -Original Message- From: dele454 [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:19 AM To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Capcha Any one out there with help? Please

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
Any one out there with help? Please!! dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class JoinController extends Zend_Controller_Action { public function indexAction(){

RE: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
)) { echo 'h4Captcha word dump/h4'; echo 'pre'. var_dump($this-view-captcha-getWord()).'/pre'; } -Original Message- From: dele454 [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:19 AM To: fw-general@lists.zend.com Subject: Re: [fw-general

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
Forgot to mention that captcha being the name i gave the textfield to check the captcha value with. - dee -- View this message in context: http://www.nabble.com/Zend_Capcha-tp20300142p20300315.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
I changed the array item: 'name' = 'captcha' instead and now i have a bad captcha value is wrong error. - though am entering the right characters dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class