I need to take a backup of some selected tables in database.I have a form in my php page ,when clicking submit button on the form then the backup of selected table is stored to my computer as .sql or .sql zip file.
(eg: if db1 is my database name ,table1,table2,table3 are tables, then clicking on the submit button in the form take a backup of tabl1,table2 only and save this as .sql or .sqlzip file in my computer).
If any one know the solution please post here.