PHP Tutorial

Creating images with PHP and the GD extension

This tutorial is about creating images with PHP and the GD extension
PHP and Images » libraryofmike.org
Score(+): 0 | Views: 30 | Save it | Report it


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 » wlscripting.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

PHP SOAP Extension Server Examples

This tutorial contains some PHP SOAP Extension Server Examples
General » herongyang.com
Score(+): 1 | Views: 41 | Similar Tuts | Save it | View this tutorial

PHP SOAP Extension Client Examples

See some PHP SOAP Extension Client Examples in this tutorial
General » herongyang.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

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

Centering Text in PHP GD Images

Learn how to Center your GD text dynamically on images
PHP and Images » retireat21.com
Score(+): 0 | Views: 114 | 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: 57 | 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

Random Scrolling Marquee Using PHP for text or images!

This tutorial is about Random Scrolling Marquee Using PHP for text or images!
General » saberfusion.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Randomly Rotate Images - Downloadable Code

This tutorial will explain how to simply randomly rotate multiple banners
General » brendenwilson.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

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 and Images » earn-web-cash.com
Score(+): 0 | Views: 51 | 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

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 » combined-minds.net
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

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.
Date and Time » phptoys.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Creating Crons using PHP

This tutorial is about Creating Crons using PHP
General » oopcenter.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 1 | Views: 47 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 1 | Views: 111 | Similar Tuts | Save it | View this tutorial

Creating your own PHP functions

A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics » zymic.com
Score(+): 1 | Views: 76 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

In this tutorial you will learn how to create all kinds of files using PHP.
PHP Files » vipercreations.com
Score(+): 1 | Views: 90 | Similar Tuts | Save it | View this tutorial

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 » programmingphp.net
Score(+): 0 | Views: 26 | Similar Tuts | Save it | View this tutorial

Creating A Permission System

Creating A Permission System for users in conjunction with a login system
Security » 13dots.com
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial