How to convert all images to JPG format in PHP?
Maybe it’s not working with PNG because PNG only supports compression levels 0 to 9. I’d also rather modify the behaviour based on MIME type, not extension. And I guess you’re checking your POST user input before using it in code 😉 Here’s my variant of the code: $path = “../images/DVDs/”; $img = $path . … Read more