Advertisement
GWibisono

kira2 gini

May 14th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2. $exec='{alamat}/mysqldump -uroot database> data.sql';
  3. exec($exec);
  4. header('location:data.sql');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement