On Wed, 25 Jul 2001 22:06, venomous wrote:
> This is the code just a normal imagecreate function
> file://draw1.php
> Header("Content-type: image/jpeg");
> $image = ImageCreate(200,150);
> $gray = ImageColorAllocate($image,204,204,204);
> $blue = ImageColorAllocate($image,0,0,255);
> ImageLine($i
This is the code just a normal imagecreate function
I think the fault is that i don't use the gd library but i don't know how i
must install it on my NT 4.0 apache 1.3.2 server
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
2 matches
Mail list logo