Hello!
I want to load text from a .txt file on the web and put it on to an image. How can I do that in php?
Thanks.
Hello!
I want to load text from a .txt file on the web and put it on to an image. How can I do that in php?
Thanks.
Jerryscript, shouldn’t that be:
<?
$myImage=imagecreate(100,100);
$imagedestroy($myImage);
?>
with the $ signs :q: