Programming

Online Grading System Using PHP/MySQLi with Source Code

Submitted by janobe on
This Grading System is a web-based system that it’s main goal is to allow Professors/Teachers to manage class grades and access the list of students in a school. The student can easily view their grades online through their ID number. With this, they will be able to identify what subjects they excelled in or failed. Students will no longer visit the registrar’s office to submit and request grades

Alarm System in VB.Net with Full Source Code

Submitted by janobe on
Alarm System in VB.Net with Full Source Code The Alarm System is a simple desktop application that is developed using VB.Net. This is a very interesting project most especially for students who are beginners in programming. This is a user friendly system that anyone who uses it can easily understand its functions. About the Alarm System in VB.Net In this Alarm System in VB.Net the user has the

Sales and Inventory Management System using CodeIgniter (PHP Framework) with Source Code

Submitted by oretnom23 on
This is a Sales and Inventory Management System project that was developed using CodeIgniter PHP Framework and MDB Bootstrap Template. The purpose of this project is to help a certain company to manage its sales transactions and stock monitoring. The system stores the company's product data and also relevant information to manage the stocks and sales transaction such as the supplier list, customer

Student Grading System in C# with Full Source Code

Submitted by janobe on
Student Grading System in C# with Full Source Code The Student Grading System is a desktop application that is developed using C# and MS Access database. This Student Grading System in C# aims to provide an accurate assessment on student’s grade by evaluating their learning and performance. This can also help teachers clearly learns the progress and achievement of his/her students. About the

Simple Product Inventory System using JavaScript with Source Code

Submitted by razormist on
Simple Product Inventory System using JavaScript with Source Code Simple Product Inventory System with Source Code is a project that can manage your product inventory. The system can store your data through a script that runs within the code file. The purpose of the system is to help you manage your product display for your website application. About the System The Simple Product Inventory System

Pizza Ordering System in C# with Full Source Code

Submitted by janobe on
Pizza Ordering System in C# with Full Source Code The Pizza Ordering System is a simple desktop application that is built using C#. The main purpose of this Pizza Ordering System in C# is to maintain properly all the pizza deliveries in every household. This is a user friendly system that anyone who uses it won’t find any difficulty in dealing with all the functions. About the Pizza Ordering

Simple Stick Boy Run Game using Python with Source Code

Submitted by razormist on
Simple Stick Boy Run Game using Python with Source Code Simple Stick Boy Run Game using Python with Source Code with Source Code is a single-player game where you stick man object. You just need to jump and enter the yellow door on the top of a platform. The purpose of the system is to have a leisure time and enjoyable moment. About the Project The Simple Stick Boy Run Game was built using Python

Market Billing System using JavaScript with Source Code

Submitted by razormist on
Market Billing System using JavaScript with Source Code Market Billing System with Source Code is a project that can make a bill for your item purchase. The system can calculate total items that have been order by the customer. The purpose of the system is to fasten the billing and automate the calculating transaction. About the System The Market Billing System was created in a HTML browser

Simple Public Chat Room Using PHP/MySQLi with Source Code

Submitted by pijey on
This is a Simple Chat System wherein you can send messages to the public. This simple system requires users to register and login in order to join the public chat. The system is programmed using PHP, MySQL Database, HTML, CSS, JavaScript (jQuery), and MySQLi procedural method. The user can also update his/her account details. Features: Login Registration Send Message to Public Update Account

How to Select Data Between Two Dates in PHP/MySQL

Submitted by nurhodelta_17 on
This tutorial will show you how to select MySQL rows between two inputted dates. This tutorial does not include a good design but will give you knowledge on the said topic. I've also included 2 MySQLi methods which are Object-oriented and Procedural in the comments. So, feel free to switch between them. Creating our Database First, we're going to create a database that contains our data. Open