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

Upload Images With re-size Using PHP/MySQL

Submitted by argie on
Hi everyone, this tutorial will teach you on how to upload images with re-size and save to database using php/mysql. to start this tutorial, let's follow the step provided.

Step 1: Creating Our Table

First step is to create our table in database to store the images uploaded. To create a database: 1. Open phpmyadmin 2. Click create table and name it as "images". 3.