greetings ... im trying to accomplish the same shell in only php without having to use shell_exec is it possible? mysqldump -h server1 -u user1 -psecret --add-drop-table db table(s) | mysql -h server2 -u user2 -psecret db - jon