Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

PHP

How to create a WordPress dropdown list using get_categories()

Wondering how to create a WordPress dropdown list ? In this article, we walk you through this process with code (using get_categories functions) given below.…


How to Use Ajax in WordPress Booking Request Example

This post is all about how to use AJAX in WordPress . In this example we will create a booking request section that will send…


MySQL How to sum rows between a range of Timestamps

Sometime we have to face a problem liking summing a MySQL field value between given two timestamps, and we have to rely on google, stack…


Opencart location based auto currency change Tutorial

Opencart is now one of world most famous free shopping cart system extensively used make ecommerce website. But sometime when we are developing a ecommerce…


Creating Indian Currency Rupee or INR in Opencart

Creating or Adding Indian Currency in Opencart is really simple. Just follow the steps below it will hardly take 2-3 minutes. For Adding Indian Currency…


PHP Find Area of a Circle Using Constant

In this tutorial I am going to show , how to find area of a circle using PHP , In this tutorial we learn how…


How to add a field on the WordPress Users profile

If you want to add an extra field on WordPress User profile, then we can do it using plugins or adding some code in “functions.php”…


Admin Plus Free Login System with PHP, MySQL and Foundation

Admin Plus Free Login System is free Login system built using PHP, Mysql and Zurb’s Responsive Framework Foundation. This is very simple login panel where…


Installing Lampp on Rosa Linux using Shell Script

I haveĀ  published so many tutorial on installing and configuring xampp but today going to show you how to install lampp (stands for Linux, apache,MariaDB/MySQL,php…


PHP class to validate Server side Data

Client side Data validation is good but not as secure as Server side input data validation. If you only rely on client side data validation…