Re: [PHP] How to Force IE to download text file?

2010-05-01 Thread Ali Asghar Toraby Parizy
, 2010, 7:19:38 PM Subject: [PHP] How to Force IE to download text file? I have written this code to export data to a text file and asks user to save generated file. It works with Firefox perfectly, but IE shows content of file instead of prompting the download window. How can I force IE to show

[PHP] How to Force IE to download text file?

2010-04-30 Thread Ali Asghar Toraby Parizy
I have written this code to export data to a text file and asks user to save generated file. It works with Firefox perfectly, but IE shows content of file instead of prompting the download window. How can I force IE to show the download dialog? ?php Header(Content-disposition: attachement;

Re: [PHP] How to Force IE to download text file?

2010-04-30 Thread Andre Polykanine
message - From: Ali Asghar Toraby Parizy aliasghar.tor...@gmail.com To: php-general@lists.php.net php-general@lists.php.net Date: Friday, April 30, 2010, 7:19:38 PM Subject: [PHP] How to Force IE to download text file? I have written this code to export data to a text file and asks user

Re: [PHP] How to Force IE to download text file?

2010-04-30 Thread Michael Shadle
On Fri, Apr 30, 2010 at 9:19 AM, Ali Asghar Toraby Parizy aliasghar.tor...@gmail.com wrote: I have written this code to export data to a text file and asks user to save generated file. It works with Firefox perfectly, but IE shows content of file instead of prompting the download window. How