php-db | 2000121
Date: 12/05/00
- Next message: Sean Brown: "[PHP-DB] PHP module v. PHP CGI with MySQL"
- Previous message: Ahamed Kaize: "[PHP-DB] PHP Scripts for Auto Sales"
- In reply to: omar cromwell mercado: "[PHP-DB] string literal too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi!
I don't understand this:
The size of dowloaded file is 34 byte greater, than before download.
Does anybody has the answer?
This script makes the download:
$file=fread($fp = fopen("/home/download/CrMon13nodialup.zip", 'r'),
filesize("/home/download/CrMon13nodialup.zip")); fclose($fp);
Header ("Content-Type: application/zip");
header("Content-Disposition: attachment; filename=CrMon13nodialup.zip");
echo ($file);
thanks
zoli
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sean Brown: "[PHP-DB] PHP module v. PHP CGI with MySQL"
- Previous message: Ahamed Kaize: "[PHP-DB] PHP Scripts for Auto Sales"
- In reply to: omar cromwell mercado: "[PHP-DB] string literal too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

