GD Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mirze
Forum Newbie
Posts: 1
Joined: Fri Mar 05, 2004 3:55 am
Location: Turkey
Contact:

GD Library

Post by mirze »

I installed PHP 4.3.3 on windows 2003 IIS 6 everything is wroking but in one page I used a gd library for drawing image,the image is not appearing.. and no errors displaying.
pls help me.
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

May be you have error reporting turned off? Or may be you are trying to generate an unsupported image for your browser, (ie. alpha blended png in IE6)?
Post Reply