Create a php image editing script.
Posted: Thu Mar 18, 2004 3:41 pm
I am trying to create a script that lets a user input text and font's and fon't size as option, then after the click post it updates a image with that feature as in example:
A user fill out a simple form after s/he click submit it does a $_POST ... I am trying to find out a way to grab that $_POST and input it onto the image using a GD function call or a php function class call
correct me if i am wrong, i am new at this programming with function 
A user fill out a simple form after s/he click submit it does a $_POST ... I am trying to find out a way to grab that $_POST and input it onto the image using a GD function call or a php function class call