Search found 1 match

by zhivotnoya
Fri Feb 06, 2004 8:47 am
Forum: Radio Toolbox
Topic: missing config
Replies: 7
Views: 16058

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 ...