i got it working which is good... but now im having trouble using TTF fonts. i keep getting the error
Warning can not open/ find font on line 20
Lines 19, and 20 are:
$text = "fonts/verdana.ttf";
ImageTTFText($TheImage, 14, 0, 5, 20, $ColorText, "Verdana", "Some sample text");