Upload Image And Create Thumbnail Using PHP
This php script takes image file creates a thumbhnail and upload it into ‘thumb’ directory and also upload origional image with rename in ‘images’ directory. Functionality - Uploads image in the...
View ArticleAuto Display Images From Folder Using PHP
Save photos in a folder named as ‘images’ and use these scripts to display all photos in a fly. Display Images From A Folder <?php $files = glob("images/*.*"); for ($i=1; $i<count($files); $i++)...
View ArticlePHP Photo Slide Show With Drop Down
Its a simple PHP slideshow. It populates all the images from a folder into a drop down and inserts next and back buttons also. You can select image from drop down to see it. Photo Auto Navigation...
View ArticlePHP Javascript Based Auto Populated Image Gallery
This script auto populates thumbs and navigation, Its a good slide show. However it does not control thumbnails quality but it can be modified a bit into some good Image Gallery. View Example PHP...
View ArticleText To Image Using PHP
Suppose you want to protect you email address and want to put it online in form of image or you are displaying visitors emails in form of images while they had entered simple text, then this script is...
View ArticleTimthumb Usage and Troubleshooting – Create Image Thumb and Crop
I have been using thumbnail class by ‘Ian Selby’ v1 that can crop image from center and create thumbnail by given width and height parameters but that was not flexible. If the image has same width and...
View Article