PHP

Class and Exam Timetabling System in PHP with Source Code

Submitted by Cherylda Jarde… on
This is a Class and Exam Timetabling System Project that was developed using PHP. This system managing the school classes and exam schedules. The project was developed specifically for CHMSC (Carlos Hilado Memorial State Colled) School. The system has 2 modules which are the Admin Side and Department Side. The Admin side is in charge of maintaining the important list such as the courses, teachers

Online Class and Exam Scheduling System in PHP with Source Code

Submitted by emoblazz on
This system is intended to create and easily manage the class and examination schedule of an institution using PHP and Mysqli. Easily tracking of conflicts on the teacher, students, and room schedule will be detected by the system to avoid redundancy and inconsistency. This will greatly ease the person-in-charge responsibilities in doing schedules at the start of the semester and examination. This

Simple CRUD using PHP and FPDF with Source Code

Submitted by erwin.acedillo on
Hi! I have here a Simple CRUD project that was developed using PHP. This project is a simple user registration using the CRUD Operations (Create, Read, Update, and Delete). This project also used FPDF Library for Printing View and Downloadable PDF File feature. My main purpose in sharing this program is to help new programmers or those students or individuals that would like to learn how to create

How to Create Login and Logout Page with Session and Cookies in PHP

Submitted by nurhodelta_17 on
In my previous tutorial, I've shown you How to Set up Cookie. This tutorial will give you an idea of how to use the stored cookie to login and I've added a "logout" function that destroys both session and cookie. Creating our Database First, we're going to create a database that contains our data. Open phpMyAdmin. Click databases, create a database and name it as "cookie". After creating a