Do you guys know of any issues with uploading images and certain php commands that go with them?
JPG works fine, but GIF and PNG gives me this error when I try to run imagecreatefromgif() and imagecreatefrompng() respectively,
"Warning: imagecreatefrompng() [function.imagecreatefrompng]: 'images/trogdor, the burninator.png' is not a valid PNG file in"
Does anybody know why this is happening?
