php

College Notes Gallery Management System using PHP with Source Code

Submitted by Anirban Dutta on
This College Notes Gallery Project in PHP is a notes management system which helps users to upload, download and manage notes of their particular course. The whole system is coded in core PHP and MySqli. The system has 3 types of user which are the Admin, Teachers/Faculties, and the Students. The admin has the access of the admin panel which he/she can view all uploaded notes. Features Multiple

Online Faculty Clearance System using PHP with Source Code

Submitted by kevingr on
The main purpose of this study is to build a system that will provide a fast and reliable solution for the processing of the faculty clearance. Hence, eliminating the traditional or manual processing of Faculty clearance. This system will automate the clearance of every Faculty member and the signing will simply follow. Faculty will be able to view the clearance status and upload documents while

How to Disable Submit Button on Three Unsuccessful Login Attempts in PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to disable submit or submit button if three unsuccessful login attempts are made. In this tutorial, we are going to make use of PHP sessions. Adding a submit button on the form makes the form dependent on the button meaning that if the button is disabled, the form won't be submitted.

Creating a CodeIniter App using jQuery Ajax

Submitted by nurhodelta_17 on
This tutorial tackles how to create an Ajax Login in CodeIgniter. We used jQuery to handle our ajax request to our controller. jQuery is a javascript library that makes you handle javascript better. CodeIgniter is a lightweight PHP framework that uses the MVC(Model-View-Controller) architecture.

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