8710 sujets

Développement web côté serveur, CMS

<?php

header('content-type: image/png') ;

$image = imagecreate(500, 500) ;

imagecolorallocate($image, 255, 0 , 0 ) ;

imagepng($image) ;

?>

===============================
microsoft edge affiche page noir
upload/1608907173-81957-probphp.jpg
================================
firefox affiche erreure
upload/1608907243-81957-jointurephpimagepng.png
================================
Activer la bibliothèque GD
upload/1608907544-81957-probleme2.jpg