From:             [EMAIL PROTECTED]
Operating system: Free-BSD 4.4
PHP version:      4.0.6
PHP Bug Type:     HTTP related
Bug description:  Internet Explorer for Macintosh receives bad HTTP header info from 
PHP Header()

The PHP Header() function isn't passing the correct HTTP redirect info to
Internet Explorer 5.x for Macintosh.

program index.php:

<?php

Header("Location: http://www.mywebsite.com/junk.zip";);

?>

----------

When this program is executed from Internet Explorer 5.0 or 5.1 for
Macintosh, the file junk.zip will download correctly but it will be given
the name index.php instead of junk.zip

--Fredb



-- 
Edit bug report at: http://bugs.php.net/?id=14653&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to