I have this line:
imagejpeg($dst_img, 'temp', 80);
How can I insert a variable where 'temp' is? I want to to save as a variable file name, but if I add a variable, it just saves as $temp. Ideas?
Thanks!