Hi everyone,
Yes, I have posted this question before, but no one replied - so here it is again - I've narrowed down the problem to these 2 lines:
imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_h, $width, $height);
imagejpeg($image_p, $newfotoname2, 75);
Basically, the image IS resized but it is a bmp file. Any when I try to copy it into a folder, it doesn't do anything.
Do I need to call assign variables to these functions?
I think the error lies in the imagejpeg line but I have tried every combination and nothing seems to work.
I would be SOOOO grateful if someone could point out my error.
Thanks
Jon