How to generate thumbnails image on the fly with PHP

Many a time we need to create thumbnails of the uploaded images on the fly. In PHP we can create thumbnail at the time of uploading image.

The PHP functions you need to know about for this script.

Steps to generate thumbnails.

  1. Make a folder named ‘images’ inside your web directory.
  2. Make a sub folder named ‘thumbs’ inside‘images’ folder’.
  3. Create a PHP page for example‘thumbnail.php’ inside your root folder.
  4. Now place the following codes in‘thumbnail.php’.
    It’s done. Now run the thumbnail.php file through your browser http://yourdomain.com/thumbnail.php

Posted

in

by

Tags:

Comments

2 responses to “How to generate thumbnails image on the fly with PHP”

  1. Partha Sarathi Goswami avatar

    nice nd very interesting to explore …

    1. admin avatar

      Thanks buddy 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *