Skip to content

Sagar Kunwar

Menu
  • Home
  • YouTube
  • Blog
  • Contact
  • Privacy Policy
Menu

Month: November 2019

Create a Simple JavaScript Countdown Timer

Posted on November 25, 2019February 11, 2023 by Sagar Kunwar

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…

Read more

Steps to create a simple login page using PHP

Posted on November 23, 2019February 11, 2023 by Sagar Kunwar

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…

Read more

Recent Posts

  • Deploy Your Full-Stack App to Render in Under 10 Minutes
  • Beginner’s Guide: How to Use Firebase Realtime Database
  • Guide to Responsive Images with `srcset`
  • # Creating and Validating Forms in React with Formik

Categories

  • Blog
  • Javascript
  • PHP
  • Support
  • Uncategorized
  • Web Hosting
November 2019
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
    Dec »
© 2025 Sagar Kunwar | Powered by Superbs Personal Blog theme