imagettftext() - Cannot find font location
问题 I am using the imagettftext() function to create a custom captcha script. I have ran and tested the code successfully on my PC, running PHP (Version 5.3.8) but when I upload to my shared hosting account running PHP (Version 5.2.17) it comes up with the following error Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/pheelco/public_html/captcha.php on line 17 This is line 17; imagettftext($img, 25, 0, 0, 25, $text, "fonts/alger.ttf", $num); I definitely have