PHP API-Insert data from android to MySQL  database

In this article, we create PHP REST API and will send data via Android. It means get user input by android app and send user input in MySQL server. After complete API, we need to test API which is working or not, sending data to server or not. There are many tools to test APIs. Here we are using Postman for API testing. It is simple API testing software. Easily test APIs and use whenever needed.

Continue ReadingPHP API-Insert data from android to MySQL  database