Views: 851Download Reference File
Displaying Custom Ads in Mobile Apps (API)
Views: 71We 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
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
API for WooCommerce Wishlist Plugin
Views: 403Creating 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/
Enter your Title
Views: 13enter some content say for example we will adopt / refer some tutorial site for this demo process. Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. While displaying any heading, browser adds one […]
Enter your Title
Views: 19enter some content say for example we will adopt / refer some tutorial site for this demo process. Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. While displaying any heading, browser adds one […]
Enter your Title
Views: 72enter some content say for example we will adopt / refer some tutorial site for this demo process. Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. While displaying any heading, browser adds one […]
Login using PHP & MySQL
Views: 133We 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.