I am not very good at php, and recently, I tried reading the GD manual, and it sounded quite confusing to me.
I have a very simple upload script, and I want to configure it like this:
- Browse the image from the computer
- On click upload the image into the server, in a temporary directory.
- Add a watermark image (imagemerge I s'ppose) to the uploaded image.
- Save/create (Imgcreate?) the image and move it to another directory
So, can anyone tell me how to do this with an example if possible? Thanks.