Views: 13Simply paste the following code anywhere you like in your theme files (such as footer.php). And refresh the page. You will see the number of queries and the execution time. Source : WP Beginner
Tag: PHP
Android Login and Registration Tutorial with PHP MySQL
Views: 17Ref : https://www.simplifiedcoding.net/android-login-and-registration-tutorial/
CRUD using PHP, MySQL & Rest API for Android
Views: 37 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