database-transferring-program
Database Transferring Program Using PHP
http://php-form.ga/database-transferring/
Demo:How To Use
-
Download XAMPP from http://www.apachefriends.org/download.html
-
Install it in C:/ drive.
-
Download the files.
-
Create a new folder in C:\xampp\htdocs\ and copy thes files in that folder.
-
Run the XAMPP and start the APACHE and MYSQL.
-
Click on the MYSQL admin button, this will open the phpmyadmin in your Browser.
-
From left side click on New and write the databse name and click Create.
-
Give the table name and select columns and click Go.
-
Now create another new database.
-
Now Copy file path of index.html and run it on your Browser.
-
Replace the "file:///C:/xampp/htdocs" with "localhost".
-
Now you can transfer data by filling the form.