09-05-2010, 06:07 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Jan 2010
Posts: 10
Thanks: 4
|
[PHP GD] Signatures
How would I go about creating an image using PHP GD that shows the user's name, points and starter if I already had the following code:
PHP Code:
$name = "Monferno"; $points = 19264; $starter = "001"; // Get it as it's icon located in sprites/icons/NUM.gif.
Thanks in advanced.
Last edited by Monferno : 09-05-2010 at 11:07 AM.
|
|
|
|