PHP Tutorial

Randomly Rotate Images - Downloadable Code

This tutorial will explain how to simply randomly rotate multiple banners
General » brendenwilson.com
Score(+): 4 | Views: 161 | Save it | Report it


Top 20 Similar PHP Tutorials

Randomly Generated Page

Produce a random page design every time you refresh!
General » 13dots.com
Score(+): 2 | Views: 101 | Similar Tuts | Save it | View this tutorial

Remove OBJECT code using PHP

Using PHP to remove OBJECT code and replace it
General » scriptplayground.com
Score(+): 2 | Views: 267 | Similar Tuts | Save it | View this tutorial

Macronimous - The need for PHP code refactoring

Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
Basics » macronimous.com
Score(+): 7 | Views: 248 | Similar Tuts | Save it | View this tutorial

View Source Code Page

Write a script that displays the source code of a given URL
General » drquincy.com
Score(+): 3 | Views: 565 | Similar Tuts | Save it | View this tutorial

How to make clean and readable code in PHP

Keeping your code clean is essential. Therefore Combined Minds will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders.
Basics » combined-minds.net
Score(+): 3 | Views: 174 | Similar Tuts | Save it | View this tutorial

Macronimous - Writing clean, secure and easy to maintain PHP code

Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Basics » macronimous.com
Score(+): 5 | Views: 280 | 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

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(+): 4 | Views: 262 | Similar Tuts | Save it | View this 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(+): 4 | Views: 195 | 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(+): 4 | Views: 263 | 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(+): 4 | Views: 219 | 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(+): 4 | Views: 195 | 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(+): 3 | Views: 154 | 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