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!
This code works perfectly fine in Mozilla 1.3, but doesn't in IE 5.x . I tried adding quotes to the filename ( ... filename =\"".$filename."\" .....), and it still wouldn't work in IE, but did with Mozilla.
I just tried running that script on my computer using IE 6.0 when I ran it, it gave me the option to download a file (I did'nt see any problem) maybe on older versions of IE this does'nt work
IE 5.x pops up a dialogue box as well, but it doesn't actually let you download the file. The popup window says "save file xxxxx", where xxxxx is not the what I specified in the filename="" parameter. Moreover, if you choose to open the file or save it, it then gives an error.