Re: [PHP] Creating Image... From: Jason Wong (php-general <email protected>)
Date: 07/31/02

On Thursday 01 August 2002 02:11, mp wrote:
> 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?

Only if you say what the problems are.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/* I'm proud to be paying taxes in the United States. The only thing is -- I could be just as proud for half the money. -- Arthur Godfrey */

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php