RE: [PHP-DB] Images donot appear

2001-04-09 Thread Corin Rathbone
If you are using windows, Uncomment (un ;) the following line in php.ini extension=php_gd.dll Regards, Corin Rathbone [EMAIL PROTECTED] -Original Message- From: Sharmad Naik [mailto:[EMAIL PROTECTED]] Sent: 08 April 2001 18:44 To: [EMAIL PROTECTED] Subject: [PHP-DB] Images donot appear

RE: [PHP-DB] headers

2001-04-07 Thread Corin Rathbone
(200, 200) or die ("Cannot Initialize new GD image stream"); $background_color = ImageColorAllocate ($im, 00, 00, 00); $text_color = ImageColorAllocate ($im, 233, 14, 91); ImageString ($im, 90, 20, 20, "Hello", $text_color); ImagePng ($im); ? Regards, Corin Rathbone [EMA