|
I also just had this reply:
What you need to do is to find the imagejpeg() in your script (check the
line it mentions above), and on the line before add:
$fp=fopen($FILE,"w");fclose($fp);
replace $FILE according to what the variable is on the second parameter of
the imagejpeg() call.
I have no idea what I'm doing here LOL - is this correct?
|