Hi
i am trying to use this bit of code to execute on windows
passthru("C:\\Program Files\\MySQL\\MySQL Server bin\\mysqldump --user=$user --password=$password --host=$host $dbase > $filename", $result);
But it chokes at C:\Program so I am assuming its the white space in the dir path.
If this fails I guess I will have to use a bat file I just wanted something that looks simple for a simple user.
BBK