Hotel Reservation and Billing w/ create procedure and trigger

Submitted by reggie20430 on
This is a Hotel Reservation and Billing w/ create procedure and trigger and have 2 user admin and cashier admin : username = reggie@0430 and password = admin cashier : username = marymoon and password = cashier requirements php5.0 or higher features: Create Procedure and Trigger using Mysqli description : the user who add edit delete the room will be trigger before and after will be monitor

Library Management System (LMS)

Submitted by Praveen M. Gauttam on
The mini project ‘Library Management’ is the sample project for managing library. The project aims at developing library management system using the C language that enables an organization to maintain its library. The project demonstrates the creation of a user interface of a system, without the use of C Graphics library. The application uses basic C function to generate menus, show message boxes

Student Report Card Making

Submitted by RAJESH .T on
It is usefull for those who has intend to learn the c++ language effiecienty..,Theme of the s/w is how the students record will be created in file ,it consist exellent interface design and login screan code in c++. The usage of goto and stringcomaparisions were using widely in this project .It is mini project in my 3rd semister. This project has done by the RAJESH.T(MCA),I thanks to Mr.Aswini

Add/Edit/Delete Using CodeIgniter

Submitted by admin on
In my previous example about Shopping Cart with Checkout Using CodeIgniter, I have a products table but without a product management. In this code sample, you’ll learn how to manage a product with add/edit/delete function using CodeIgniter. BTW, I have change the primary key of the products table from “serial” to “id”. This code is totally a separate project. But you can also learn from our