Hello, In your "imagecopyresampled" scripts it would
seem that they would have more functionality if the output is: // Output $output = "some value"; echo "$output"; instead of: // Output imagejpeg($image_p, null, 100); If the output is a variable then it could be used in other scripts and still be shown as an image. Dan
