System() function is not working with mysqldump. WHY?
Posted: Thu Feb 23, 2006 1:04 am
hi pepz!
assuming all variables are ok.
the statemenst below is giving me no output.
pls... help.
tanx in advanced.
assuming all variables are ok.
the statemenst below is giving me no output.
Code: Select all
$backupFile = $dbse.'sql';
$command = "mysqldump --opt -h $host -u $user -p $pass $dbse > $backupFile";
system($command);tanx in advanced.