<?php
Header ("Content-type: image/gif");
$im = imagecreate (400, 30);
$black = ImageColorAllocate ($im, 0, 0, 0);
$white = ImageColorAllocate ($im, 255, 255, 255);
ImageTTFText ($im, 20, 0, 10, 20, $white, "arial", $_SESSION['uid']); [Problem}
ImageGif ($im);
ImageDestroy ($im);
?>
Irgendwie will das nicht funktionieren , die Problemzeile ist [Problem].
Ich bin fuer jede hilfreiche Antwort dankbar.
mfg Apo