| 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 | 
| 
 | 
  ankur123 - 2011-03-24 12:46:51  
syntax error in all pages. 
  
  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 
  
  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'] )) 
 
  
  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. 
  
   |