I need to create a website where people add an image to an already existing image. The image to be added is a standard pre-defined image that fits into the main image. the main image then needs to be updated (via database) and the site then needs to display the altered image and wait for the next user to add an image and so forth.
I have read articles on how to create an image with PHP from scratch, however I already have the two images (the main one that can be seen as a background, and the image to be added)
How do I do this?
TIA
Taree