In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Hi All!
> 
> Anyone know how to code the MySQL command in PHP to make the database script
> download to your local hard disk, without writing 100 lines of code?
> 
> I tried the mysqldump without any luck, but I think there is an easy way to
> do it, just not sure how to code it.
> 
> Thanks in advance!

passthru and mysqldump should be able to do that for you - perhaps if you 
were to show the code you tried, someone might be able to suggest 
improvements.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to