Date: 07/31/02
- Next message: Aaron Paxson: "[PHP] I cannot use mail() ?!?"
- Previous message: Jas: "[PHP] dir to array?"
- Next in thread: Jason Wong: "Re: [PHP] Creating Image..."
- Reply: Jason Wong: "Re: [PHP] Creating Image..."
- Reply: Andrew Chase: "RE: [PHP] Creating Image..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Aaron Paxson: "[PHP] I cannot use mail() ?!?"
- Previous message: Jas: "[PHP] dir to array?"
- Next in thread: Jason Wong: "Re: [PHP] Creating Image..."
- Reply: Jason Wong: "Re: [PHP] Creating Image..."
- Reply: Andrew Chase: "RE: [PHP] Creating Image..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

