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!
I'm trying to make just a few lined script where users put in a url of an image, and have it download it to their computer. I don't know if you can do this because of permissions. The purpose of this is to get around the IE bug that makes you download jpegs as a bmp.
I tried using variations of the below code, but I guess the copy command won't do it.
There are several reasons this bug happens. But for many IE users, they cannot download any images (gif or jpeg) without saving them as a .bmp. Mozilla and other browsers do not have this problem.
Thats why I want to make a simple script, for me and my friends to use.