News

Specify the servername, MySQL username, password and database name in the PHP code. Here, the servername is localhost, username is root and password is empty. And the database name is my_company, we ...
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 ...
Hello readers! in this blog we are going to create an api for inserting the data into database and then passing the data to the device in json format using php.step 1 : firstly you are required to ...