ニュース

Today I am going to give you this blog on how to read excel file and insert data into MySQL DB using PHP.Here we are using php-excel-reader.php library to get excel data in MySQL database. Let's Start ...
PHP 7 HOW TO SETUP 1.Install MAMP 2.Open MAMP and start the server 3.Goto PHPMy Admin and create a database named my_db 4.Create a table named employee in my_db with fields emp_id varchar (50) UNIQUE ...