PHP

Budget Management System using PHP with Source Code

Submitted by razormist on
Budget Management System with Source Code is a PHP project that can let you compute your exact expense through the web app. The program was built using PHP, MySQLi, and Javascript. The program is very easy to use, the user can enter an amount and description in order to compute the total amount of expenses. The system will auto calculate the inputted amount and display the overall expense after

Simple Friend System Using PHP with Source Code

Submitted by razormist on
Simple Friend System with Source is a PHP project that can let you send a friend request to other users. The program was created using PHP OOP, MySQLi, and Javascript. The program is very straightforward, the user can access the system when he/she signup an account. The user can search and send a random user to the home page. After sending a request the receiving user can decide whether to accept

Easy and Simple way to Upload Image using PHP/MySQLi

Submitted by nurhodelta_17 on

This tutorial will show you how to create a simple image uploader using PHP/MySQLi. This tutorial does not include a good design but will give you an idea of how to upload images using PHP/MySQLi. Our goal in this tutorial is to create an Image Upload function into our simple Web App and Display the images after saving them into the database. The input that we will be using is an input file that only accepts any types of images.

Getting Starte

Please download and install the ff software if not yet installed in your desktop or laptop.

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.