Hey all.  Im trying out a script that where I can download the contents 
of a database as a dump.
On a large database, the end get truncated.  ie, there were still maybe 
6-7 more tables more till the end out of maybe 100 tables.
The behaviour is erratic.  It is not consistent with where the dump gets 
truncated.

This is in the file if it means anything.

header("Content-disposition: filename=database.sql");
header("Content-type: application/zip");
header("Pragma: no-cache");
header("Expires: 0");

I never used php to download files, before, so I haven't a clue.
Merry Christmas all..


-- 
PHP General 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