$db_backup8 = "/usr/bin/./mysqldump -u username -ppassword -h db_name.mydomain.com>/home/mydomain/db_dump.sql.NOW";
$sql_dump_result = exec($db_backup8);
Is this correct? I can't get it to work from a web browser, the same "thing" works from the command line...