WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this Article to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES SUBMIT AN ARTICLE PRINT
Title : Generating Images on the Fly With PHP
Categories : PHP, Graphics, GD image library
devarticles
devarticles
Date : 2002-01-11
Grade : 0 of 5 (graded 0 times)
Viewed : 10046
Search : More Articles by devarticles
Action : Grade This Article
Tools : My Favotite Articles


  Submit your own code examples 
 


Introduction

PHP, or PHP Hypertext Pre-processor, is one of the most popular scripting languages available to web developers. There are many reasons why PHP is now the most popular server-side scripting language for the Apache web server. Firstly, it supports database connectivity to a huge number of popular vendors, including Microsoft, Oracle and IBM. Secondly, with the correct libraries installed, PHP also supports real-time generation of images, PDF files, and even shockwave movie files! The only limit that bounds us when we’re developing with PHP is our imagination.

For developers like myself, one of the most popular features of PHP is real-time image generation. That is, we can create a new image canvas, “paint” it, and either save it to a file, or send it directly to the browser. In this article, I will show you how to create an image in real-time with PHP. The image will be similar to the ones used on yahoo.com and paypal.com, where a random number is generated inside of an image. That image is displayed in the browser, and you have to enter that random number into a text box to create a new account. This is a method that is becoming more popular, and it’s used to stop people from generating multiple user accounts in one go, which, is some cases, can crash the web server(s).

To handle the code described in this article, you should feel comfortable with the PHP scripting language at an intermediate level. Also, if you haven’t got the necessary libraries to generate images installed (explained in a minute), then you should be able to modify the php.ini file. In our example, we will be using PHP on a Windows 2000 machine running Apache (You can download apache for Linux or Windows from http://php.weblogs.com/apache_windows).

Read More...










An intro to using the GD image library with PHP
Categories : PHP, GD image library, Graphics
Dynamic Thumbnail Generation
Categories : PHP, Graphics, GD image library
Saving Images in MySQL
Categories : MySQL, PHP, Graphics, Databases
PHP, MySQL and Authentication 101
Categories : PHP, Databases, MySQL, Authentication
Caching With PHP Cache_Lite
Categories : PHP, Cache
Writing Your Own Template Caching Class In PHP
Categories : PHP, Cache, Templates
Who's Linking?
Categories : PHP, Beginner Guides, To PHP
Building a Counter
Categories : PHP, Cookies
Abstracting Oracle Connectivity with PHP and OCI8
Categories : PHP, Databases, OCI8, Oracle
Building An Extensible Menu Class
Categories : PHP, PHP Classes, Object Oriented, Navigation
10 PHP Functions I Bet You Didn`t Know About
Categories : PHP, PHP Functions, Filesystem, Arrays, Errors and Logging
Sending Form Data in EMail
Categories : PHP, Email, HTML and PHP
Object Oriented Programming in PHP
Categories : PHP, Object Oriented
Uploading files to the server with PHP
Categories : PHP, File System, HTML and PHP, HTTP
An Introduction to Pear
Categories : Pear, PHP