News

We can insert the json data in to mySQL using php .please see the below example for processing json data to mySQL. For processing with json we have to first open the json file using fopen() method.
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 ...
This is a RESTful API created with PHP. You connect your MySQL database which allows you to CRUD (GET, POST, PUT, DELETE). The responses are in JSON. You can use parameters to create SQL-statmenents ...