PHP Tutorial

Creating thumbnail - Resize an image with PHP

In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.
PHP and Images » phptoys.com
Score(+): 0 | Views: 39 | Save it | Report it


Top 20 Similar PHP Tutorials

Resize/Thumbnail Images With PHP

Resize images on the fly with this handy piece of code.
PHP and Images » vipercreations.com
Score(+): 0 | Views: 64 | Similar Tuts | Save it | View this tutorial

Resize and Thumbnail Images With PHP

Image resizing is relatively very simple if you know how to work with images in PHP. Make sure you have the GD library installed before attempting this tutorial
PHP and Images » vipercreations.com
Score(+): 0 | Views: 56 | Similar Tuts | Save it | View this tutorial

How to Use PHP to Dynamically Resize an Image

Sometimes you want to display an image - but it's not stored in the right size. If you allow the browser to resize the image, it will get distorted and waste bandwidth. Instead, you can use the PHP GD library to resize the image on the fly. This tutorial will show you how to use the GD library to read an image, resize it, and output it as part of an HTML page.
PHP and Images » earn-web-cash.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Creating a simple image upload site with PHP

Learn how to create a simple image upload site with PHP
PHP Files » urlearn.com
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

Creating a dynamic 24 hour image based clock in PHP

Learn how to create a dynamic 24 hour image based clock in PHP
Date and Time » tyden.karoo.net
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

Create Thumbnail with PHP

Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
PHP and Images » 999tutorials.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

External Thumbnail Creator

Learn how to create a thumbnail of any image on the internet!
PHP and Images » pixel-designz.net
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial

Automatic PHP Thumbnail Generation Script

This tutorial is about automatic PHP Thumbnail Generation Script
PHP and Images » stefashwell.com
Score(+): 0 | Views: 68 | Similar Tuts | Save it | View this tutorial

PHP Image Thumbnailer

Make a script that resizes an image to a thumbnail size
PHP and Images » avengex.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Image Editor

With this script. the user can upload his image and select one from multiple frames in order to add it to his image. The script will not play with the size of the original image but instead of that it will resize the frame according to a mathematical relation to fit the original image.
PHP and Images » urlearn.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

PHP Script Image of the Day

Feature new images on a daily basis on your site
PHP and Images » phpeasystep.com
Score(+): 0 | Views: 92 | Similar Tuts | Save it | View this tutorial

Image Reflections

Now this is a pretty simple tutorial on how to create a nice simple reflection on images. This won't show you how to make little ripples just yet.
PHP and Images » talkphp.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Basic Random Image

In this tutorial we'll see a basic script to display random images.
General » tutorialstream.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Make a Image gallery with PHP

How To Make Your Own Image Gallery With Javascript Effects
PHP and Images » shadow-fox.net
Score(+): 1 | Views: 68 | Similar Tuts | Save it | View this tutorial

Prevent Image Hotlinking

In this tutorial you will learn more about Prevent Image Hotlinking
Security » biorust.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Image color transformations using PHP

This tutorial will show you some basic image color transformation methods, one to make a grayscale image and one to invert the colors
PHP and Images » blizaga.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Changing the brightness of an image using PHP

This tutorial will show you how to change the brightness of an image
PHP and Images » blizaga.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

How to create an image with variable text on the fly with PHP

In this tutorial you will learn how to create an image with variable text on the fly with PHP
PHP and Images » coolcommands.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Form validation with Captcha image

In this tutorial I will show you how to create a captcha image to protect your form submissions.
Security » phptoys.com
Score(+): 1 | Views: 42 | Similar Tuts | Save it | View this tutorial

More secure php image upload class

This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
PHP Files » kreoton.net
Score(+): 1 | Views: 48 | Similar Tuts | Save it | View this tutorial