News

In this blog i am going to explain how to insert data from html form into mysql. we have three steps for completing this process. create html form create mysql database. mysql database connection and ...
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 ...
In this example, we will show you how to insert data into Mysql using VueJs with PHP. We will submit a form with the help of vuejs and insert data into Mysql with PHP API. Below are the steps to ...
The following discussion first discusses how MySQL handles improper data by default, and then covers the changes that occur when you enable the various SQL modes that affect data handling.