Home arrow PHP arrow Page 2 - Beginning PHP4

Introduction - PHP

This excerpt is from Wrox's book Beginning PHP4. It covers the entirety of Chapter 16 - PHP graphics processing.Buy this book on Amazon.com now!

TABLE OF CONTENTS:
  1. Beginning PHP4
  2. Introduction
  3. Laying a Foundation
  4. Creating an Image
  5. Drawing on our Image
  6. Putting it all Together
By: Dev Shed
Rating: starstarstarstarstar / 22
December 19, 2000

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement
By now you will have a very good understanding not only of how PHP works but the flexibility and wide range of platforms and programming applications that you can interact with in PHP. You can confidently connect to databases and create textual output for the person browsing your web site to view, but sooner or later you are going to need to output that information in a graphical format. Sure you could fire up a graphics program and create a few good looking graphics for your site, but what about when your graphic is directly related to the data in your database?

PHP contains a range of functions that allow you to open, manipulate and output graphics to the web browser. During this chapter we will explore how these functions work and how we can apply them to display our data.

By the end of the chapter we will not only have seen how to create images on the fly, but will have built a practical application using these methods and concepts.



 
 
>>> More PHP Articles          >>> More By Dev Shed
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap

Dev Shed Tutorial Topics: