GeekArticles
Web Programming
PHP
Web Programming
PHPCreating Dynamic Images with PHP
Rasmus Lerdorf Many people do not realize that PHP can be used to create non-HTML data. This is especially useful for creating images on the fly. It could be simple bar graphs that display data from a database, or even simpler, just a way to create graphic buttons on the fly. When I am putting up a site quickly, I find that it is a waste of my time to sit and fiddle with an image editor to create nice-looking graphical buttons and menus. Instead I will pick a nice TTF font and use the...n
Sponsored Links
Read Next: Getting Started with PHP/Ming
Related Topics
