whatimplayin.php errors
whatimplayin.php errors
http://www.uhoh-boom.com/gc/rtb/whatimplayin.php
working out of http://uhoh-boom.com/gc/rtb/
Did I do something wrong?
working out of http://uhoh-boom.com/gc/rtb/
Code: Select all
<?php
include("includes.php");
header("Content-Type: image/png");
$im = imagecreatefrompng("songband1.png");
if ($im)
{
ImageString($im, 1, 17, 4, "Playing: ".$current_song, 2);
ImageString($im, 1, 17, 17, "There are ".$listeners, 2);
ImagePNG($im);
}
?>
-GC