In this article, we are going to teach you how you can create a dynamic custom carousel. If you are a web developer, you might…
A movie ticket booking website is created in PHP and MySQL following the principles of Object-Oriented Programming (OOP) and Model-View-Controller (MVC). Google Adsense supported. CSRF…
In this article, we will teach you how you can change the hashed password of a user in PHP. Before you proceed, make sure you…
In this tutorial, we are going to teach you how you can load the content of div only when user scrolled to that section. For…
In this tutorial, we are going to implement 2 factor login authentication. 2 factor login authentication means that user will be verified twice before login.…
We are going to implement a custom sort using jQuery UI, which helps you to customize the order of data being displayed on your website.…
We will teach you how you can create a bootstrap modal that handles multiple file upload and save them in MySQL database. Download Bootstrap FileDialog…
In MySQL database, indexes are used to optimize the database server by reducing the cost for searching data. Take it as an example of index…
Search is one of the feature which is needed in almost every website. Whether you are working on admin panel or user side, you need…
We will be using PHPSpreadsheet library which provides all the functionality to create and read the Excel sheets in PHP. You can download it via…