Hello,

I have a image of 1000 x 1000 pixels. Now the thing i want to do is...i will be getting small images from customers whcih i have to put in the big 1000x1000 image.

I can do it manually by opening big image and small images and then copy/paste the small image in big image.

I just wanted to know that how can i do this through php ? i mean i want to cut out the manual labour...users simply upload their image and it gets into the main big image.

So, I know how to upload a image in php.

I just want to know how can i put the small image into the big image ?

Thanks.