Forum Moderators: coopster
Whatever I do I can't get this function to work - it results in an error 500 (internal server error). I just don't know how to start resolving this!
Any help please!
Also, posting your code here will help to see where the problem is.
Are you creating too large an image? GD builds an uncompressed bitmap in memory, and PHP has limits . . . a second vote that relevant code will help.