How can I add an image onto an image in PHP like a watermark
问题 I am trying to write a small php function to take an image and apply a watermark type image on top of the image and them save them as 1 image, this code runs with 0 errors but does not apply the watermark image, is there anything obvious that stants out on why it won't? <?PHP $source_file_path ='http://cache2.mycrib.net/images/image_group92/0/43/653807d5727a46498180e8ef57fdf7819b2b0c.jpg'; $watermark_image='fpwatermark.gif'; // the watermark image $destination_image ='coooolgif.gif'; // where