Bank Management System using C with Free Source Code

Submitted by razormist on
Bank Management System using C with Free Source Code The Bank Management System with Source Code is a project that can manage your bank account through digital way. The system can help you manage the depositing and withdrawing of your money by entering such as Name, Amount, Pin. The purpose of the system is to secure the managing of banking and safely deposit customer money. About the System The

Creating An Audit Trail/Logs in a Web App using PHP/OOP and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create an Audit Trail/Audit Log feature in a web application using PHP/OOP and jQuery Ajax. This feature is useful and a common feature for software or web applications. This is usually included in the project for an application that can be managed by multiple users. With this feature in your PHP Project, you can easily track or monitor the changes or actions made by the user.

Simple Online College Entrance Exam System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Simple Online College Entrance Exam System. This simple application uses an SQLite Database as the storage. This project can help a certain college or university to provide their enrollees an online platform to take their entrance exam and other required tests for the course they wanted to enroll. The project's functionalities are simple but useful and

Guess a Word Game using Python with Free Source Code

Submitted by razormist on
Guess a Word Game using Python with Source Code The Guess a Word Game with Source Code is a single-player game where the goal is to guess a word from the given blank spaces. You need to guess correctly before your chances reach zero. This game is very fun and entertains try to play this with your friend. About the Project The Guess a Word Game was created in a simple windowed console application

Tic Tac Toe Game Using PHP Free Source Code

Submitted by Joe_the_kinley on
This is a Tic Tac Toe Game that I developed using PHP Language. The game project can be played by 2 players. The source code will help you to learn and understand how to create a simple game like this using the PHP Language. It has a simple user interface and is user-friendly. About the Tic Tac Toe Game in PHP The project source code uses the PHP $_SESSION to store the game data temporarily

Simple Payroll System with Dynamic Tax Bracket in PHP using SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Simple Payroll System with Dynamic Tax Bracket. This simple application manages the company's employees' payroll. The system has a dynamic withholding tax bracket that can be managed by the admin user and this data are being fetched when calculating the employee's payslip/paycheck. The source code can help new programmers to understand how to develop a

Local Offices Contact Directory Site using PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Local Offices Contact Directories Site. This is a simple PHP and SQLite mini-project that serves as an online contact directory of offices for a state or city. The main goal of this web application is to provide information to the public about the local offices including their contact details. The application has only a minimum scope but enough to learn

Vehicle Service Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Vehicle Service Management System. This project is a simple web application for a vehicle repair/service shop or business. This application provides an online platform for the said shop's clients or possible clients to submit their service requests. This project can help to lessen the time consumed by both ends (Management and Clients) in terms of

Pool Game using JavaScript with Free Source Code

Submitted by razormist on
Pool Game using JavaScript with Free Source Code Pool Game with Source Code is a project that is a multi-player game where your only goal is to put all the color ball in the hole. The game has a basic design that contains image sprites and text. The purpose of the project is to have some entertain and leisure time with your friends. About the System The Pool Game was created in a HTML web browser