How to add facebook login to your website by using Firebase?

In this blog we will authenticate users with Firebase using their Facebook accounts by integrating Facebook Login into your app. Here we authenticate using facebook login with FacebookAuthProvider method of JavaScript. To handle the Facebook sign-in flow with the… Read more
How to create dynamic Amchart Graph with MySQL , PHP and AJAX

How to create dynamic Amchart Graph with MySQL , PHP and AJAX

In this blog I make a call to the database, retrieve the results by converting it to a json format in PHP & then pass it to a graph to… Read more
How to add datepicker in jquery

How to add datepicker in jquery

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Step 1. Make a… Read more
How to sort table columns with colspan by clicking on the header using jQuery

How to sort table columns with colspan by clicking on the header using jQuery

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. Firstly you need to include below two… Read more
How to send push notification to web browser by using Firebase?

How to send push notification to web browser by using Firebase?

Step 1: Go to https://firebase.google.com/ Step 2: Click on Get Started Step 3: Click on Add project Step 4: Create project name like Web push notification and click on Continue… Read more
install laravel framework

How to install laravel framework

Steps 1 : Go to : https://laravel.com/docs/5.6 Step 2 : Open Command prompt and run below command Step 3 : php artisan serve Step 4 : open browser and open… Read more
remember username and password

How to remember username and password with ajax call

In a login script, remember me feature is used to preserve the login details entered by the user. And it can be populated in the login form at the time of login.… Read more
change php version in godaddy

how to change php version in godaddy within 1 minute

This video through you can change PHP version like 5.4, 5.6, 7.0 on you Godaddy hosting provider 1. Log in to your GoDaddy account. 2. Click Web Hosting. 3. Next… Read more
how to solve 500 error

How to fix http error 500

Step 1: Login to your cpanel and Go to dashboard Step 2: Search PHP on dashboard Step 3: Change the PHP version from 5.2 to 5.6 or above. Step 4:… Read more