Import MySQL file in PHP
- by Cudos
I have a MySQL file which I want to import via PHP 5.
In the name of user friendliness the user should not use tools like PHPmyadmin etc. Just hit a button and the file will get imported.
I have already created code to upload the file to a location on the server.
The file looks like this:
INSERT INTO products VALUES ('', '0', '10', '', '1',…