ich erstelle ein Backup einer Tabelle mit
Code: Select all
...
system(sprintf('mysqldump -h%s -u%s -p%s %s %s > %s_%s%s%s_%sh%smin%s.sql', 'localhost', 'USER', 'PASS', 'DB', $table, $table, $jahr, $monat, $tag, $stunde, $minute,$sekunde));
...
Kann mir da jemand helfen?
Frank