Hi 😃 I want to make a php script that backs up all the table structures and data when a user requires it. Where do I start?
Well I would take PHPMyAdmin and use the code for making a database-dump. Here you would just have to make a little rutine that dumps all databases if you have more than one. I did that myself and it was simply and works just fine.