News

Inserting Single Record In MySQL Table Using PHP We will use a SQL Query statement in our PHP code to insert a record in the table. We can insert a single record/row into a table by using the INSERT ...
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 ...
select select for update insert into insert ignore into insert into on duplicate key update replace into update delete alter table truncate table create table drop ...
This blog will help user learn how to avoid the duplicate entries in the database. Storing duplicate values in the table must be avoided while inserting data in the database table. As these duplicate ...