How do I backup my database from my website with php?

0

Hello, I am new to this programming and I would like to help me make a backup of my database from a button on my website. Thanks in advance.

    
asked by freddy 01.12.2017 в 03:10
source

1 answer

0

Stackoverflow serves to help you evacuate specific doubts, in your case you are asking how to make a complete system.

What I can answer to your question is that you have to make a selection of the whole base and then convert it into a CSV (excel file) or maybe there is some tool that exports you in sql from the database, something so link

Greetings

    
answered by 01.12.2017 в 15:58