MySQLi

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.

Angular JS Login with Session using PHP/MySQLi Tutorial

This tutorial tackles how to create a login page using Angular JS and set SESSION with PHP/MySQLi. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In this tutorial, we'll set up PHP Session to prevent users from going into our homepage if not authenticated.

Simple College Website using PHP/MySQLi with Source Code

This website is for the St Joseph University of Tanzania. I just wanted to share this to help other programmers especially the beginners who wanted to learn how to develop a website using PHP/MySQLi. This College Website was developed using PHP, MySQL Database, HTML, and CSS. This project is a content management system with an online application for a certain school which means the content of the

Creating a Simple Login Form with User Levels in PHP/MySQLi Tutorial

Hello guys, I have here an example of a login form with different user levels using PHP/MySQLi. This is easy and simple. To learn how to create a simple Login Form with user levels, please continue reading and I will show you how. Getting Started First, you have setup the following into your local machine: Download and Install the latest XAMPP Download Bootstrap Download jQuery Download and

CASAP Automated Enrollment System using PHP/MySQLi with Source Code

This is an Automated Enrollment System made by the students of the College of Arts & Sciences of Asia and the Pacific (CASAP). This system was programmed using HTML5, PHP, MySQLi, JavaScript (jQuery and Ajax), CSS, and Bootstrap for the design. The purpose of this project is to provide CASAP an automated enrollment system to ease the process flow of the school and also to be more effective

Registration and Login Using Bootstrap Framework and PHP/MySQLi with Source Code

This is a complete source code on how to create a registration and login page using Bootstrap Framework in PHP/MySQLi. As normal registration and login page, the code itself validates the user credentials such as checking the email if it already exists on the database when signing up. Bootstrap Framework will help you with the design of your web application. By that, bootstrap will help you to

Simple Attendance Record System using PHP/MySQLi with Source Code

The Simple Attendance Record System was build using PHP, Javascript / MySQLi. This system is capable of recording the attendance of every student, it uses an AJAX script to make the system more interactive. This application is a user-friendly kind of system, feel free to modify it. About The Simple Attendance Record System will help you learn how to use PHP CRUD functions with Ajax. The system has