Re: [PHP] File Download link not working in PHP 4.3.4

2004-03-31 Thread John W. Holmes
dows > and Solaris platforms. > > Andy > > > From: Curt Zirzow [EMAIL PROTECTED] > > Sent: Tuesday, March 30, 2004 9:56 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] File Download link not working in > PHP 4.3.4 > > > > * Thus wrote Andrew

Re: [PHP] File Download link not working in PHP 4.3.4

2004-03-31 Thread Andrew Hauger
sposition: attachment; filename="product.'.$file_ending.'"' ); header ( 'Expires: ' . date ( 'r', 0 )); Still getting the same behavior, on both the Windows and Solaris platforms. Andy > From: Curt Zirzow [EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 9:56

Re: [PHP] File Download link not working in PHP 4.3.4

2004-03-30 Thread Curt Zirzow
* Thus wrote Andrew Hauger ([EMAIL PROTECTED]): > the file name. When the "OK" button is clicked, an > error dialog pops up with the message "Internet > Explorer cannot download ... [snipped URL]. Internet > Explorer was not able to open this Internet site. The > requested site is either unavailabl

[PHP] File Download link not working in PHP 4.3.4

2004-03-30 Thread Andrew Hauger
I have a script that dynamically generates a CSV file for downloading to MS Excel. The script works fine in PHP 4.3.3 on a Windows machine using Apache 2, and the exact same script does not work in PHP 4.3.4 on Solaris 9 using Apache 1.3.29. A script with essentially the same header commands works