Home > All

How to Create Thumbnail Images using PHP

How to Create Thumbnail Images using PHP

This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled.

PHP | Visit Site

On the fly thumbnails generation with PHP

On the fly thumbnails generation with PHP

Learn how to save disk space (and waste CPU time) by generating image thumbnails on the fly with PHP and GD libraries.

PHP | Visit Site

Killer php video tutorials

Killer php video tutorials

This is a beginners website/course on PHP created for web designers who have little to no programming experience. Where most other PHP tutorials and books assume you know programming (or at least, that's what it seems like ...) killerphp.com assumes you need to have things explained (and demonstrated) in non-nerd terms.

PHP | Visit Site

How to resize pictures in PHP

How to resize pictures in PHP

Tutorial on how to create a picture resizing function.

PHP | Visit Site

My SQL 5.0 Reference Manual

My SQL 5.0 Reference Manual

All the answers to your My SQL 5.0 queries and problems.

PHP | Visit Site

Zymic - PHP Tutorials

Zymic - PHP Tutorials

Various PHP tutorials

PHP | Visit Site

Form Validation Using PHP

Form Validation Using PHP

Whenever you make a form you should not leave it alone without any form validation. Why? Because there is no guarantee that the input is correct and processing incorrect input values can make your application give unpredictable result.

PHP | Visit Site

Splitting A Record Into Pages

Splitting A Record Into Pages

A pagination tutorial.

PHP | Visit Site

Creating a PHP-Based Content Management System

Creating a PHP-Based Content Management System

If you're going to run an Intranet site, then you'll probably want a content management system (CMS) — a tool used to organize documents and keep track of what's where.

PHP | Visit Site

Email Injection

Email Injection

A guide to securing your email forms.

PHP | Visit Site

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Next

Back to top