Submit Tutorial   

Simple gallery
Learn how to create a simple gallery for your website
Storing images in XML file - Part II - Displaying image
Learn how to display your images from XML where you have uploaded them. (showed in first part)
Simple banner rotator
Learn how to create a simple banner rotator for your website.
Photo Gallery with PHP, MySQL, ImageMagic and jQuery
This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagic and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and display records of all images on the page. ImageMagic will help us to resize and crop images to the relevant dimentions, while jQuery will provide the support in the presentation of the gallery. The last two chapters are dedicated to adding the earlier created gallery to our Content Management System. Over 4 hours of videos!!!
Image Uploading With Auto Thumbnails Using PHP
In many scenarios you cannot escape uploading images when you develop a php script. This tutorial details how you can upload images using php and auto creates thumbnails on image upload.
PHP Image manipulation with GD2
One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures! The functionality of PHP in terms of image manipulation ranges from very simple resizing of images through to more complex effects and functions using image libraries such as ImageMagick
Center align text with GD
This tutorial will teach you how to align a text string so that it is in the center of your image vertically, horizontally or both.
How to make custom avatars with php
Learn how to use php to make a customizable avatar. A great and unique feature for any website!
Drop Shadows with GD Library
Learn how to create drop shadows easily with GD Library and Photoshop.
Random Images
Ever wanted to make links, or banners appear on your site in a random order? Well here's a simple script that will do just that.