AJAX
Online Exam System using PHP/MySQLi with Source Code
Online Boat Reservation System using PHP with Source Code
Inventory and Monitoring System using PHP with Source Code
Creating a CodeIniter App using jQuery Ajax
Simple Student Report System in PHP/MYSQL with Source Code
Simple Employee Records System using PHP with Source Code
How to Save and Load Data from Database Without refreshing the page using PHP and Ajax
Hi everyone, The feature of this tutorial is it allows you to save data to the database and display data from the database without refreshing the page. I used Ajax and PHP in this tutorial. Our goal for this tutorial is to create a simple web application that has a simple form that will result an automatic load the data after the success response of saving the data. To start the coding let's follow the steps provided below.
Creating a Pop-up Notification using PHP, AJAX, and Bootstrap
This tutorial will show you how to create a simple pop-up notification using AJAX/JQuery. In this tutorial, I've set up the notification to appear at the bottom but you can change its position depending on your preference. Also, I've used bootstrap to slightly improve the visuals. We will use Ajax to sent the data of our form upon submission to process with the back-end scripts without leaving or the page.
Note: Scripts and CSS used in this tutorial are hosted.Creating our Database
The first and most important step in to create our database.