Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

php image creating display errors

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