ok, you want to change the text color? here is some code that may help you...as pulled directly from the www.php.net site...
<?php
include("config.php");
header("Content-Type: image/png");
$im = imagecreatefrompng("songband1.png");
$db->open("SELECT songlist.*, historylist.listeners as listeners ...