PHP Tutorial
Creating images with PHP and the GD extension
This tutorial is about creating images with PHP and the GD extension
Top 20 Similar PHP Tutorials
PHP extension and module check with extension info
In this tutorial you will learn more about PHP extension and module check with extension info
General »
PHP SOAP Extension Server Examples
This tutorial contains some PHP SOAP Extension Server Examples
General »
PHP SOAP Extension Client Examples
See some PHP SOAP Extension Client Examples in this tutorial
General »
Resize/Thumbnail Images With PHP
Resize images on the fly with this handy piece of code.
Centering Text in PHP GD Images
Learn how to Center your GD text dynamically on images
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
Using the GD Library to watermark your images!
In this tutorial you can learn more about Using the GD Library to watermark your images!
Random Scrolling Marquee Using PHP for text or images!
This tutorial is about Random Scrolling Marquee Using PHP for text or images!
General »
Randomly Rotate Images - Downloadable Code
This tutorial will explain how to simply randomly rotate multiple banners
General »
Enable Client Side Caching for Resized Images
The GD library in PHP offers some great tools for resizing and editing images. However, these can increase load time and it would be beneficial to enable client side caching of these resources. You can do this by adding one simple line of code to your image output.
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!
Creating an IRC bot in PHP
Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!
Advanced »
Creating Calendar in PHP
In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
Creating RSS documents with the DOM API
This article illustrates how you can use the PHP5 DOM API to create your own RSS files. When used in conjunction with RSS Parsing with SimpleXML, these articles will help you create and read RSS files by utilizing two of the new PHP5 extensions, SimpleXML and DOM.
Basics »
Creating Files with PHP
Learn how to create all kinds of files using PHP
Creating your own PHP functions
A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics »
Creating Files with PHP
In this tutorial you will learn how to create all kinds of files using PHP.
Creating database tables
Making use of MySQL and its databases will enable you to more fully enjoy the potential of PHP. Here is a look at creating a table in your MySQL database.
Database »
Creating A Permission System
Creating A Permission System for users in conjunction with a login system
Security »










