Thread: Text to Image
View Single Post
Old 12-17-2008, 10:14 AM   #5 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

I don't know much about imagefttext, but I'm quite sure that you should remove the ' from the parameters since you're using variables.

php Code:
<?php imagefttext($image, $textvar); ?>

Also, please use [php] or [highlight=php] tags for php-code.
__________________
Tanax is offline  
Reply With Quote