tolearn Posted October 4, 2007 Share Posted October 4, 2007 Hi, Is that possible to take a backup of database in MYSQL by clicking a button we use in a website using PHP. If yes how to do that? Thank you Quote Link to comment https://forums.phpfreaks.com/topic/71775-taking-backup-using-php/ Share on other sites More sharing options...
localhost1 Posted October 4, 2007 Share Posted October 4, 2007 when u click a button with name submit u write the following query in the page $sql="insert into table_name values(value1,value2,....)"; mysql_query($sql); try this Quote Link to comment https://forums.phpfreaks.com/topic/71775-taking-backup-using-php/#findComment-361475 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.