Hello,
So I want to create a php script that will use the MySQL dump feature to dump my database (and specified tables) to a file that I will create on the fly with php. Is this possible? I did some research but could not find anything.
Any help is appreciated, thanks.
PS I know I can just use PHPMyAdmin to dump the contents of my database, but I am trying to create this script, so it will automatically make a file on the server and save the dump contents.
Thanks


Reply With Quote
Bookmarks