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 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 Link to comment https://forums.phpfreaks.com/topic/71775-taking-backup-using-php/#findComment-361475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.