![](https://shinerweb.com/wp-content/uploads/2023/04/login-with-facebook-300x200.png)
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](https://shinerweb.com/wp-content/uploads/2022/06/dynamic_amchart-300x200.png)
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](https://shinerweb.com/wp-content/uploads/2022/02/datepicker-300x200.jpg)
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](https://shinerweb.com/wp-content/uploads/2022/02/minimal-table-sorter-300x200.png)
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?](https://shinerweb.com/wp-content/uploads/2022/02/firebase-4-300x200.png)
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](https://shinerweb.com/wp-content/uploads/2021/07/install-laravel-300x200.jpg)
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](https://shinerweb.com/wp-content/uploads/2021/06/call-1866884_640-300x200.jpg)
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](https://shinerweb.com/wp-content/uploads/2021/06/change-php-version-in-godaddy-e1623993624643-300x200.jpg)
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](https://shinerweb.com/wp-content/uploads/2021/06/NhqPimtlVBQ-HD-300x200.jpg)
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