Code bellow will be helpfull for you for importing and exporting csv files.
Copy the code bellow and save it as "import_export_csv.php" then open it in your host e.g. 'localhost' and start importing, exporting csv files.
<?php
//don't forget to include your database connectivity.
include('db_connection.php');
if ($REQUEST_METHOD=="POST"...