News

After creating a MySQL database and table, we can start inserting the data (i.e. records) in them. In this tutorial, we are going to learn how to insert data in MySQL database using PHP in XAMPP stack ...
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 ...
Install the MySQL Connector for Python. This can be done using the command pip install mysql-connector-python. Create a connection to the MySQL database using the connect () method. An example of this ...
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 ...
DBConfig.php : This file contain all the useful information like Database name, database username, database password and database host name. FlowersList.php : This file would convert the MySQL ...