Views: 17Ref : https://www.simplifiedcoding.net/android-login-and-registration-tutorial/
Category: Android
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
Displaying Custom Ads in Mobile Apps (API)
Views: 13We use ORDER BY RAND() in php to randomize the order of datas displaying, which is mainly used at Ads / Images change on every time page loads. Sample Code : Output displayed on first time, the page loads Output displayed on second time, the page loads
API for WooCommerce Wishlist Plugin
Views: 375Creating API for WooCommerce Wishlist Plugin URL : https://wordpress.org/plugins/ti-woocommerce-wishlist/ Idea of Creation Referring Table : wp_users for user created, to retain the ID AutoGenerated,Once the user is created or registered, Table ‘wp_tinvwl_lists’ autocreates data, Wishlist datas stored at Table ‘wp_tinvwl_items’ But here we are creating separate table for it. Used this for getting datas @ https://snippets.sndynamicsit.com/convert-data-from-mysql-to-json-format-using-php/
Login using PHP & MySQL
Views: 6We use HTML, CSS for Form Design and PHP for Checking whether the username & password is correct, which is stored in database. We use MySQL Database. Creating Config.php Creating Login.php Login PHP is having information about php script and HTML script to do login.