non..desole...pour l'instant le site n'est pas en ligne...
mais meme un code comme:
header ("Content-type: image/png");
$im = imagecreate (50, 100)
$background_color = imagecolorallocate ($im, 255, 255, 255);
$text_color = imagecolorallocate ($im, 233, 14, 91);
imagestring ($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng ($im);
ne fonctionne pas non plus....


