How to export database using PHP code?
Rate this page :
![]() ![]() ![]() ![]() ![]() |
[ 1 votes]
|
This php code "mysqldump -h" command is used to export your database which will be saved as .sql format. Wherever you need to use this database, just import ".sql" file.