php

Church Management System using PHP with Source Code

Submitted by Godfrey De Blessed on
The CMAN Project is a Church Management Software that was developed to help the clergies to manage the church members, finances from the headquarters to the branch levels. It contains several modules and majorly the members and the admin side. The admin aside has access to all features and functionalities of the software while the members manage their system account, Tithes, and other givings

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.