hi
i want to put some images(gotten from mysql database)together that it seems one picture ,and i want to put a random background each time it is loaded for it.how can i do this?could anyone help me please?
Regards
please help:put images together
Moderators: onion2k, General Moderators
Re: please help:put images together
Open the background image (with imagecreatefromstring() as its from a db), then open the other image, and use imagecopy() to copy it on to the background, and then send the result to the user.