View Single Post
  #1 (permalink)  
Old 11-14-03, 05:10 PM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
Print text onto an image

Okay, i have a .png image

i have four variables with text in them
$name = "Joe";
$address = "USA";
$email = "joe@me.com";
$url = "www.me.com";

Can someone show me how to print the text onto the image???
Reply With Quote