Views: 87 URL Method Parameter http://192.168.101.1/HeroApi/v1/Api.php?apicall=createhero POST name, realname, rating, teamaffiliation http://192.168.101.1/HeroApi/v1/Api.php?apicall=getheroes GET http://192.168.101.1/HeroApi/v1/Api.php?apicall=updatehero POST id, name, realname, rating, teamaffiliation http://192.168.101.1/HeroApi/v1/Api.php?apicall=deletehero&id=idvalue GET Ref : https://www.simplifiedcoding.net/android-mysql-tutorial-to-perform-basic-crud-operation/ Sample Code : Download Source
Tag: mysqli-to-json
Convert Data from Mysql to JSON Format using PHP
Views: 153Get Datas from Database using MySQLi Function & PHP to encode as jSON References & Thanks to, Video : https://www.youtube.com/watch?v=I4SRqAS7J8UCode : https://www.webslesson.info/2016/05/convert-data-from-mysql-to-json-formate-using-php.html