PHP Classes

syntax error in all pages.

Recommend this page to a friend!

      cCaptcha  >  All threads  >  syntax error in all pages.  >  (Un) Subscribe thread alerts  
Subject:syntax error in all pages.
Summary:Package rating comment
Messages:4
Author:ankur123
Date:2011-03-24 12:46:51
Update:2011-05-03 17:24:37
 

ankur123 rated this package as follows:

Utility: Bad
Consistency: Bad
Examples: Bad

  1. syntax error in all pages.   Reply   Report abuse  
Picture of ankur123 ankur123 - 2011-03-24 12:46:51
syntax error in all pages.

  2. Re: syntax error in all pages.   Reply   Report abuse  
Picture of Archzilon Eshun-Davies Archzilon Eshun-Davies - 2011-03-24 13:51:48 - In reply to message 1 from ankur123
Please copy and paste the error messages for me
and make sure to add a ttf font file in the folder
that contains cCaptcha.php

  3. Re: syntax error in all pages.   Reply   Report abuse  
Picture of Jaroslav Jaroslav - 2011-05-02 11:33:22 - In reply to message 2 from Archzilon Eshun-Davies
Hi,
in example.php at line 27 is code
if( isset( $_POST['stat'] )

right code is
if( isset( $_POST['stat'] ))

  4. Re: syntax error in all pages.   Reply   Report abuse  
Picture of Archzilon Eshun-Davies Archzilon Eshun-Davies - 2011-05-03 17:24:37 - In reply to message 3 from Jaroslav
Hi thanks again for your bug report.
I have reconfigured the class to make it very generic
and flexible, please check again and let me know.

I wrote the example without testing it at first that's
why now its tested. This class is part of many I have
written that is why the reference to the ooc directory was
mistakenly there.


Thank you again.