Date: 05/23/01
- Next message: toren <email protected>: "[PHP-DEV] Bug #7246 Updated: Using Sybase function(s) makes php to crash"
- Previous message: jochen.kowalski <email protected>: "[PHP-DEV] Bug #11027 Updated: Apache Vers. 1.3.19 unable to load module php4apache.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi everyone!
I need user to dowload a file from my server ( Apache ), what i do is:
<?
header("Content-Type: application/download");
header("Content-Disposition: attachment; filename='report.txt'");
echo "file contents";
?>
It was working till now but sudenly i start recieve the message from
iexplorer:
IE can not download ScriptName.php file from the server.
IE was not able to open this site. The requested site either unavailable or
can not be found.
:(((((((((((((
Does somebody knows what is going on?
Thanks, Alexey.
Email: a.yarilovits <email protected>
ICQ# 101975252
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: toren <email protected>: "[PHP-DEV] Bug #7246 Updated: Using Sybase function(s) makes php to crash"
- Previous message: jochen.kowalski <email protected>: "[PHP-DEV] Bug #11027 Updated: Apache Vers. 1.3.19 unable to load module php4apache.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

