In this tutorial, we will teach you how you can create a shopping cart in PHP using cookies. index.php If you run the code now,…
In this tutorial, we are going to teach you how you can check email and password separately during login like we have in Gmail. For…
We are going to do a performance test on getting the data from MySQL database using PHP vs getting data from MySQL database using AJAX…
Learn MongoDB basics from our easy-to-follow tutorials. Table of content: 1. Download and Installation Video tutorial: You can download MongoDB from their official site: https://www.mongodb.com/download-center…
Demo In this tutorial, we are going to teach you how you can count the number of words in textarea as user type in it.…
To shuffle an array of objects or single values in Javascript, use the following function: First, we are looping through all array elements. data is…
In this tutorial, we are going to teach you how you can show a confirmation dialog before deleting any data using Javascript. Suppose you are…
Demo Convert time to different timezones Today, we will learn to calculate the time passed since date in days, hours, minutes and seconds. Either you…
Demo Convert time to different timezones Today, we will learn to calculate remaining time till future date in days, hours, minutes and seconds. Either you…
In this article, we will teach you how you can change the hashed password of a user in PHP. Before you proceed, make sure you…