PHP Tutorial

GD Library: Create Image Reflections Using PHP's GD Library

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(+): 4 | Views: 90 | Save it | Report it


Top 20 Similar PHP Tutorials

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

GD Library Bar Chart

Create a dynamic bar chart with PHP and GD Library.
PHP and Images » partdigital.com
Score(+): 1 | Views: 89 | Similar Tuts | Save it | View this tutorial

Creating Thumbnails with PHP and the GD Library

This tutorial is about creating Thumbnails with PHP and the GD Library
PHP and Images » webmasterstash.com
Score(+): 1 | Views: 64 | Similar Tuts | Save it | View this tutorial

Drop Shadows with GD Library

Learn how to create drop shadows easily with GD Library and Photoshop
PHP and Images » partdigital.com
Score(+): 1 | Views: 49 | Similar Tuts | Save it | View this tutorial

PHP GD Library: Captcha and the Alternatives

Most of us have probably encountered a Captcha system on the web in the past few years, sometimes without even knowing it. Captcha systems are designed to filter out automated "spam bots" from posting to websites that accept submissions such as forums and blogs by asking the user to solve a problem. These problems can range from typing in the letters and numbers displayed in an image to answering a simple math question or selecting the correct image.
PHP and Images » talkphp.com
Score(+): 1 | Views: 46 | Similar Tuts | Save it | View this tutorial

Using the GD Library to watermark your images!

In this tutorial you can learn more about Using the GD Library to watermark your images!
PHP and Images » avengex.com
Score(+): 1 | Views: 29 | Similar Tuts | Save it | View this tutorial

PHP GD Library Walkthrough: Creating a Bar Chart

Ever wanted to become adept in PHP's GD library? This article will show you how to create a bar chart using the PHP GD library.
PHP and Images » talkphp.com
Score(+): 3 | Views: 70 | Similar Tuts | Save it | View this tutorial

Drawing a binomial distribution bar graph using the GD library

Using JavaScript, PHP and the GD library, we are going to draw a bar chart showing the binomial distribution for 0 to 10 successes out of 10 trials based upon the probability for success entered by the user in a form.
PHP and Images » exanock.blogspot.com
Score(+): 1 | Views: 37 | Similar Tuts | Save it | View this tutorial

PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio

An article demonstrating how to crop an image using PHP's GD library, whilst still keeping the aspect ratio as it was originally. This is very clever as it prevents the image from looking stretch. For example, if you resized an image to 80x80 but the original image was wide-screen, then the image would look very much stretched. This article shows you how to get around that and crop images the proper way!
PHP and Images » talkphp.com
Score(+): 2 | Views: 54 | 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

Create a Random image generator for your website

Learn more about using a random image generator on your website with PHP
General » boon-tech.com
Score(+): 1 | Views: 54 | Similar Tuts | Save it | View this tutorial

The Wonders of PHP's Magic Function: __toString()

For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Create a PHP Include File to create logging of server messages to a central logfile

This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
General » coolcommands.com
Score(+): 0 | Views: 64 | 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

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

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

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

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