Why does an image i create in php gd say "The image contains errors" whenever i try to use the "include" or "require" function?
It works without those 2 functions but if i try to use those it gives error.
The file i am including using include/require contains no errors itself so that is not the problem.
How do you use either of these 2 functions in a php gd image?
I need them because they have a set of variables being called and returned by cURL that will be used for the image.

