imagecopyresampled($image_jpg, $image_old, 0, 0, 0, 0, $width, (How to cite a web site) $height,
imagecopyresampled($image_jpg, $image_old, 0, 0, 0, 0, $width, $height, $width, $height); imagejpeg($image_jpg, $newfilename); imagedestroy($image_old); imagedestroy($image_jpg); } //**INSERT THESE LINES $newthumbname = $ImageThumb . $lastpicid . .jpg ; //get the dimensions for the thumbnail $thumb_width = $width * 0.10; $thumb_height = $height * 0.10; //create the thumbnail $largeimage = imagecreatefromjpeg($newfilename); $thumb = imagecreatetruecolor($thumb_width, $thumb_height); imagecopyresampled($thumb, $largeimage, 0, 0, 0, 0, $thumb_width, $thumb_height, $width, $height); imagejpeg($thumb, $newthumbname); imagedestroy($largeimage); imagedestroy($thumb); //**END OF INSERT $url = location: showimage.php?id= . $lastpicid; header ($url); } } ?> 3. Now you re going to create gallery.php, which will act as your photo gallery. Type the following in your editor: 222 Chapter 7
From our experience, we are can tell you that you can find a reliable and cheap webhost service at Java Web Hosting services.