In this blog, we are going to learn how we can create a simple countdown timer to embed in any website using JavaScript. First we need to set the date we’re counting down to, var countDownDate = new Date(“Jan 1, 2050 15:37:25”).getTime(); Next we need to update the count down for every second so we…
Month: November 2019
Steps to create a simple login page using PHP
Today in this tutorial we are going to learn about how to simple login page using PHP and MySQL. we assume you have installed local server, have access to root user and can create database using MySql admin. Step 1: Create a `users` table in MySQL database CREATE TABLE `users` ( `id` int(10) NOT…

