In this tutorial, We will see how to create clickable interactive SVG map of India using HTML, CSS and JS. Files used in this tutorial: 1- index.php (show svg map) 2- map-config.js 3- map-interact.js This screenshot shows the interactive SVG map. map-config.js var tryjsconfig =...
In this tutorial, We will see how to validate form input data in php using filter_input() function. In last tutorial, We learnt How to sanitize input data in php. We are using filter_input() function to validate input field like email and number. Files used in...
In this tutorial, We will see how to use filter_input() function to sanitize form input data in php. We are using filter_input() function to sanitize input field like name, email and number. Files used in this tutorial: 1- index.php (registration form with filter_input() function) Create...
In this tutorial, We will see how to use password_hash and password_verify function in PHP and MySQL. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (registration form with password_hash() function) 3- login.php (login form with password_verify() function) Below are the step...
Cross-Site Request Forgery (CSRF) is an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated. A CSRF attack exploits a vulnerability in a Web application if it cannot differentiate between a request generated by an individual...
Student record system project is simply developed using PHP and MySQL. This project having single Admin panel. The admin panel of this project has an important role to manage student record. In the Admin panel, admin has right to add-edit new course and manage student...
Food ordering system project is simply developed using PHP and MySQL. Food ordering system project having single Admin panel. The admin panel of this project has an important role to manage food order. In the Admin panel, admin has right to add-edit new menu, view...
Tourism management system project is simply developed using PHP and MySQL. The Tourism management system project having single Admin panel. The admin panel of this project has an important role in the management of the tour activities. In the Admin panel, admin has right to...
In this post, We will see how to perform create, read, update and delete operations with multiple images using AJAX in PHP. CRUD operations are the most used functionality in the web application managed dynamically. The add, edit, and delete functionality helps to manage data with...
In this post, We will discuss how to use javascript sweetalert in website using AJAX in PHP and MySQL. If you want to show beautiful alert box, then you can achieve this task using javascript sweetalert. Files used in this tutorial: 1- connection.php (database connection...
Join 20,000+ subscriber