Login with Google account: using JavaScript OAuth Library

In this tutorial I will show you how to create login with Google account using JavaScript OAuth-library without page referesh with 100% working source code.

Tutorial Demo
Active inactive users in PHP: using jQuery AJAX

Active inactive users in PHP is getting complex sometimes, Here you learn how to make active inactive users in PHP using jQuery AJAX without page refresh

Tutorial Demo
How to partially hide email address in PHP, AJAX

How to partially hide email address is the most common thing in web application development.Here you will get 100% working source code with easy explanation

Tutorial Demo
CRUD application in PHP using jQuery AJAX

In this tutorial you will learn about how to create a CRUD application in PHP using jQuery AJAX. CRUD operations are very common in terms of web development

Tutorial Demo
How to clone a specific folder from a git repository

Most of the time of want to clone the desired folder from the GitHub repository. Here you will learn how to clone a specific folder from a git.

Tutorial
How to make a searchable drop-down list in HTML

Today in this tutorial I will tell you how to make a searchable drop-down list in HTML,CSS. I will provide full 100% working source code also with demo.

Tutorial Demo
How to submit form data using AJAX in PHP

Form submission is very common in websites or web applications. You will get a 100% working source code of how to submit form data using AJAX.

Tutorial Demo
Check username availability in PHP using AJAX

If you are looking for the code to check username availability in PHP using ajax, then you are in the right place. We provide the complete 100% working code

Tutorial Demo
How to make a dynamic pie chart in PHP in 2 steps

If you want to make a dynamic pie chart in PHP and If you are looking for 100% working source code then you in the right place.

Tutorial Demo
How to integrate data table plugin in HTML and CSS

If you are looking at how to integrate data table plugin to your web application or your web project, without any problems, then you are in the right place.

Tutorial Demo
Export data from MySQL table to Excel file in PHP

Are you looking for the PHP script to export data from MySQL table to Excel file in PHP, then you are right place. We provide a 100% working source code.

Tutorial Demo
How to integrate Google re-Captcha with PHP

Are you looking to learn how to integrate Google re-Captcha with the easiest method in PHP, then you are in the right place. Here you will get working code

Tutorial Demo
How to generate QR code in PHP

If you looking for the PHP script of how to generate QR code in PHP code?I will provide the concept, and how to do this with full working source code.

Tutorial Demo
Delete multiple records in PHP using the checkbox

Are you looking for the code to delete multiple records in PHP? you will learn to this with complete source code. You will get the complete source code.

Tutorial Demo
How to delete records from a database with PHP

n this tutorial, you will learn how to delete records from a database On click of the corresponding button, Here you will get the source code also.

Tutorial Demo
How to make country state city dropdown in PHP

Are you looking to create a country-state-city select dropdown? Here I will give you a quick guide with source code so that you can implement it in 0 errors

Tutorial Demo
how to upload excel(CSV) file to a database with PHP& MySQL

If you want to learn how to upload excel(CSV) file to a database with PH,P then you are in the right place.You can learn and find the source code also.

Tutorial Demo
How to send email in PHP step by step

You code sending email with php but it goes to the spam folder right?. If you want to resolve this problem in an easy way then you are in the right place.

Tutorial Demo
How to Upload Multiple Images and Store in Database using PHP, MySQL

If you want to learn how to Upload Multiple Images in PHP step by step then you are in right place. Uploading multiple files is not as easy as a single file

Tutorial Demo
What is MVC? A simple explanation for beginners

MVC is the software and web development approach that separates the logic of your application, stands for Model, View, and Controller. Now it is in trend.

Tutorial
How to publish your website for free step-by-step

Publishing the own website on the internet is the dream of every fresher. If you want to publish your website for free then you are in the right place

Tutorial
How to create loading spinner indicator in jQuery ajax

If you are looking to learn how to create a loading spinner or put a loading icon when there is ajax request or form submission then you are in right place.

Tutorial Demo
Easiest and light-weighted framework of PHP

CodeIgniter is a Easiest and light-weighted, MVC framework of PHP for developing applications rapidly in an easy way. MVC stands for Model View Controller.

Tutorial
What is the difference between Library and Framework

Most of the website you visit to get the definition of the framework in software term but unfortunately these definitions are not able to provide you the whole perspective and this question is most of the time is asked in verify of interviews .so trust me this post is gonna for you to completely understand

Tutorial
How to configure Flask in Python in windows

Flask is the web development light-weighted framework. In order to do this, it needs to do some configuration to your machine explained in this post

Tutorial
How to integrate CKEditor in websites and web apps

CKEditor is an advanced editor that has features of basic Text Styles: Bold, Italic, Using the Copy Formatting. Let's Integrate CKEditor and enjoy it.

Tutorial Demo