This Php script will generate a thumbnail and upload it along with the original image file to your web server and insert the image information into a MySql Database so it can be called upon throughout your site. This script will work with JPG, PNG, & Gif file types and can be easily modified to upload word document files or PDF files. This script utilizes the GD module of php which is used for image manipulation and allows you to generate thumbnails of bigger images, and would be ideal for a photo gallery where it would take too long to load a page full of original size images. Fully customizable.