Image with code help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
thefreebielife
Forum Contributor
Posts: 126
Joined: Thu Apr 26, 2007 2:59 pm

Image with code help

Post by thefreebielife »

So i have an image that i made.

and i want to put user stats in it using mysql info (such as $username, $ostatus, etc.)

how would i go about doing this? i looked for tutorials but couldnt find any.

thanks
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

You will need to use PHP's GD Image functions. Here is a small tutorial about how to make an image with text on it, then all you do is mess around with MySQL and see if you can get the tags all correct, etc.. etc..

Creating Images
Post Reply