Hi all,
Below is the last bit of code that loads an image from a local machine, resizes it and displays the resized image on a screen.
imagepng($dst); // displays the resized image
imagedestroy($src);
imagedestroy($dst);
What I want to do now is to save the resized image on the server. How may I do that ?
Any help is much appreciated.
Thanks all.