PHP Classes

error on delphi for php

Recommend this page to a friend!

      DF_Captcha  >  All threads  >  error on delphi for php  >  (Un) Subscribe thread alerts  
Subject:error on delphi for php
Summary:this class has an error on delphi for php 1.0
Messages:1
Author:Florentino
Date:2008-05-23 12:00:06
 

 


  1. error on delphi for php   Reply   Report abuse  
Picture of Florentino Florentino - 2008-05-23 12:00:12
$c = new DF_Captcha(372, 60, "fff");
$c->drawImage();
$code = $c->getCode();

generates the error:
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in class.captcha.php on line 140
There is an error in imagettfbbox function!