I tried to create an simple image with php with the following code :
<?php header ("Content-type: image/png"); $image = imagecreate(200,50); ?>
but i got a message that says that the image cannot be displayed because it contain error. Any help please? I had checked in info.php if te gd library is enabled and it seems that it is
Comments
Post a Comment