I want to create simple image...
I execute this script:
$im = imagecreate (50, 100);
$fp = fopen("test/im.jpg","w");
fwrite($fp, imagegd($im));
fclose($fp);But there is some problems about this... Could somebody help me? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

