Simple Scheduling System using PHP/MySQLi with Source Code

Submitted by Albert Serrano… on
This project a simple scheduling system that sets every faculty's schedule. it's was built in PHP/MySQLi with a little bit of JavaScript and Bootstrap. The system stores list of Faculties, Subjects, Courses, Rooms, and Schedules. About The Simple Scheduling system using PHP/MySQLi project manages the school's faculty's class schedules. The system can set multiple schedules for each faculty

Guest Management System in PHP with Full Source Code

Submitted by janobe on
Guest Management System in PHP with Full Source Code The Guest Management System is a web-based system that aims to monitor the record of everyone who enters the school or colleges. If you own a company, you can also use this Guest Management System to keep track all the visitors who walks in your office anytime. The Guest Management System is simply developed using PHP and MySQL database. About

Online Doctor Appointment System in PHP with Full Source Code

Submitted by janobe on
Online Doctor Appointment System in PHP with Full Source Code The Online Doctor Appointment System is an automated system that is developed using PHP, CSS, JavaScript and MySQL for the database. The main purpose of this Online Doctor Appointment System is to help both patients and administrative staffs during the booking process in the hospital. This can save most of their time and the staffs have

Airline Reservation System using VB.NET with Source Code

Submitted by amrit_tamang on
HI, this is the 4th program I have submitted on sourcecodester. This project is a simple system developed using VB.NET. About The Airline Reservation System is a vb.net project developed to manage the reservation seat of the passengers on a certain flight of the airline. This system simply stores the list of flights, planes, and passengers' reservations. The system automatically detects if the

Water Billing System using VB.NET with Source Code

Submitted by janobe on
About Water Billing System in VB.NET The Water Billing System project can help a certain water provider's company or business manage the bills of their customer. The system stores the necessary information needed from the customer and creates a billing invoice for the customer. The system store also the payment records of the customer which will be the source of data for the payment report. This

Automatic Teller Machine System using C++ with Source Code

Submitted by razormist on
Automatic Teller Machine System using C++ with Source Code Automatic Teller Machine System with Source Code is a project that can simulate a real ATM machine. The system data is already inputted you just need to follow the menu choices. The purpose of the system is simulate and help people on how to operate an ATM machine. About the System The Automatic Teller Machine System was created in a

Determine Even or Odd Number in VB.NET Tutorial

Submitted by donbermoy on

Even Numbers are any integer that can be divided exactly by 2. The last digit will be 0, 2, 4, 6, or 8. If it is not an even number, it is called an odd number. The last digit will be 1, 3, 5, 7, or 9.

In this tutorial, we will create a program that can determine a number whether odd or even.

Now, let's start this tutorial!

Android Simple Quiz App Tutorial with Source Code

Submitted by razormist on
Lean on how to create a Simple Quiz App Using Android. This simple application can generate random questions and generate choices to be answered. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.