Hello
$f=\"font.ttf\";
Imagettftext($m,15,45,9,10,$b,$f,\"Test\");
Eventhough the font file is in the same directory of the file that contains this code, I get this an error. The picture does not appear. If I add the whole complete path like
$font=\"D:\\Apache\\htdocs\\font.ttf\";
then it works.
??????
OOzy