How to create thumbnail using Mysql database where image name(banner1.jpg) are written in a field and actual image is stored in a folder (upload) . I have lot of photo to display in form of thumbnail and than in actual form. Please help me.
Imagecreatefromjpeg() the file using the name from the db. Then use imagecopyresize() as you normally would.