I created a thumbnail using the following line:
imagejpeg($dst_img, 'temp', 80);
I would like to be able to save it with a variable filename. How can I insert a variable where 'temp' is? If I use $temp, the file will be named "$temp". Any ideas?
Thanks!