Posts Tagged ‘image upload’

PHP to upload, resize and store multiple images.    April 14th, 2008 at 2:48 pm

Here is a PHP script sample that uploads multiple images, resizes the images, creates a thumbnail and stores the image pathname with descriptions in a MySQL database. The original code is modified from this example here. The major differences are the quality of images stored and the ability to store multiple images as well as a thumbnail.

Tags: ,
Posted in php | 7 Comments »