click on the button to run php code and echo result
问题 I want to implement this script: http://www.daniloaz.com/en/560/programming/backup-de-bases-de-datos-mysql-con-php/ on my website to backup all the database at the end of the day. May I know is it possible for me to put a button to click and run the script and echo the status after it finish without refreshing the page or bring me to a new page. as at the moment i everyday need to go to the link: www.example.com/backup.php to do daily backup, I want this to ease my job :) any idea how to do