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…
There is a jQuery ratings plugin called “Starrr”. It allows you to get feedback input from the user by displaying him stars. Lower stars means…
Private chat does not mean that there is not any server between sender and receiver. There will always be a server in the middle of…
We will create a simple and real-time chat module in Node JS and MySQL. We will be using socket IO for real-time communication. Why chat…
By live CRUD with AJAX, we mean that you will be able to Create, Read, Update, Delete data without having to refresh the page. This…
Learn how you can show a “Load more” button using AJAX, PHP and MySQL. No external library has been used in this tutorial. What is…
We will be using 4 files to implement reset password option. Your table structure should be like this: You need to create a table in…