Date: 07/31/02
- Next message: Jason Wong: "Re: [PHP] dir to array?"
- Previous message: 1LT John W. Holmes: "Re: [PHP] text area with quotes"
- In reply to: mp: "[PHP] Creating Image..."
- Next in thread: Andrew Chase: "RE: [PHP] Creating Image..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Jason Wong: "Re: [PHP] dir to array?"
- Previous message: 1LT John W. Holmes: "Re: [PHP] text area with quotes"
- In reply to: mp: "[PHP] Creating Image..."
- Next in thread: Andrew Chase: "RE: [PHP] Creating Image..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

