Is there an easy way to have something like this:
A user fills in a form field with his name and uploads a photo,
as a result the php page creates a NEW image with his name is some font on that image.
I really dont have a clue how to start on this one
Text on images
Moderators: onion2k, General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
imagettftext() may be of interest.