You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Dynamic Image Generation with PHP PHP / Dynamic Images
PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database,create grapical displays of statistics from log files,enhance business data with graphs and diagrams.This tutorial shows you how to use the GD library to dynamically create images on your site. The GD library is an external module which is accessed by a native PHP module.