לא עובד...
הנה הקוד-
PHP קוד:
header("content-type:image/png");
$im = imagecreate(180,100);
$text = "username:".$x['username']."\n";
$text .= "level:".$x['level']."\n";
$text .= "rank:".$x['rank'];
$bg = imagecolorallocate($im,255,255,255);
$textcolor = imagecolorallocate($im,0,0,0);
imagestring($im, 5,4,2, $text,$textcolor);
imagepng($im);
והנה איך שנראית התמונה-
התוו המוזר אחרי הtest..