PHP 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(+): 5 | Views: 216 | Save it | Report it


Top 20 Similar PHP Tutorials

Uploading pictures and creating thumbnails automatically using PHP

This tutorial will teach you how to make thumbnails from an upload script in PHP
PHP and Images » chipmunk-scripts.com
Score(+): 1 | Views: 121 | 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(+): 7 | Views: 350 | Similar Tuts | Save it | View this 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(+): 13 | Views: 704 | Similar Tuts | Save it | View this tutorial

Dynamic thumbnails from websites

This tutorial is going to help you to know more about using Dynamic thumbnails from websites
PHP and Images » web-development-blog.com
Score(+): 1 | Views: 173 | Similar Tuts | Save it | View this tutorial

Create cropped thumbnails with gdLibrary

Learn how to create cropped thumbnails with gdLibrary
PHP and Images » partdigital.com
Score(+): 3 | Views: 191 | 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(+): 7 | Views: 554 | 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(+): 6 | Views: 309 | 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(+): 8 | Views: 437 | 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(+): 5 | Views: 234 | 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(+): 6 | Views: 205 | 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(+): 6 | Views: 206 | 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(+): 1 | Views: 127 | 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(+): 2 | Views: 116 | 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(+): 2 | Views: 214 | 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(+): 5 | Views: 266 | 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(+): 5 | Views: 246 | 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(+): 1 | Views: 171 | Similar Tuts | Save it | View this tutorial

Creating Crons using PHP

This tutorial is about Creating Crons using PHP
General » oopcenter.com
Score(+): 1 | Views: 110 | 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(+): 4 | Views: 263 | Similar Tuts | Save it | View this tutorial

Creating User Functions

Learn How To Create User Functions
Functions and OOP » dev.fyicenter.com
Score(+): 2 | Views: 209 | Similar Tuts | Save it | View this tutorial