Re: [PHP] PHP to XLS Security Alert issue

2012-08-30 Thread Maciek Sokolewicz
On 29-08-2012 19:28, admin wrote: -Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, August 28, 2012 3:55 PM To: admin Cc: php-general@lists.php.net Subject: Re: [PHP] PHP to XLS Security Alert issue I believe that's normal, and that it does that wit

Re: [PHP] PHP to XLS Security Alert issue

2012-08-29 Thread Jim Lucas
On 08/29/2012 10:28 AM, admin wrote: -Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, August 28, 2012 3:55 PM To: admin Cc: php-general@lists.php.net Subject: Re: [PHP] PHP to XLS Security Alert issue I believe that's normal, and that it does that

RE: [PHP] PHP to XLS Security Alert issue

2012-08-29 Thread admin
-Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, August 28, 2012 3:55 PM To: admin Cc: php-general@lists.php.net Subject: Re: [PHP] PHP to XLS Security Alert issue > I believe that's normal, and that it does that with any document downloaded > f

Re: [PHP] PHP to XLS Security Alert issue

2012-08-28 Thread Matijn Woudt
On Tue, Aug 28, 2012 at 5:56 PM, admin wrote: > I am exporting to a XLS file and the file does export, but when I open the > file Microsoft is giving a Excel Security Notice. > > I am sure there is something in the header that is missing or causing this > problem. > > > > header("Pragma: public");

[PHP] PHP to XLS Security Alert issue

2012-08-28 Thread admin
I am exporting to a XLS file and the file does export, but when I open the file Microsoft is giving a Excel Security Notice. I am sure there is something in the header that is missing or causing this problem. header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalid