View Single Post
  #3 (permalink)  
Old Nov 8th, 2007, 17:58
digilover digilover is offline
Junior Member
Join Date: Nov 2007
Location: Norwich, UK
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit image then move it?

You just need to add a second parameter, for example:

PHP: Select all

imagejpeg($image_resized'/your/location/file.jpg'); 

Take a look at the full spec of the function here:

http://uk.php.net/manual/en/function.imagejpeg.php

James.
__________________
Digital Overload - a digital agency
Reply With Quote