i have a control panel feature i coded that allows me to cut off my website for however long i want so that i can manually downloadd my database, is there a way tthat i can put into that script an aut download so that itt will download it to a folder i could make in the directory.
thanks 🙂
For MySQL you can use phpMyAdmin to make backup of database. You can export tables with DATA and save to a file.
I am sure there are other php scripts to make a backup copy, too.
Yes i know aboutt phpmyadmin, but what i ment to say is, is there a way to automate it withoutt having to go into the phpmyadmin myself, so it automatically downloads it to a folder in my storage space.