Programming

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

Table legend Using PHP/MySQL

Submitted by argie on
This code is a simple table legend system using php and mysql. The feature of this code is it has login system for security purpose. The main feature of this code is it display data inthe table format with corresponding color background depending on the acount status of the member. To view the working demo of this code you can download this and try it with your self. How to run this file. 1

DTR System/Fingerprint Reader

Submitted by crister_ramirez on
---------------DTR SYSTEM/FINGERPRINT READER------------- It allows you to enroll employee using fingerprint reader, it requires griaule installer/grfinger 2009 component and fingerprint reader like microsoft fingerprint reader., This is a simple program, demonstrate and how to create a DTR system using fingerprint reader. Thanks for downloading my simple program. Enjoy coding!!!!!!!!!!!!!!

Shopping Cart with Checkout Using CodeIgniter

Submitted by admin on
This shopping cart is using CodeIgniter framework that allows you to add/update/delete a product from the cart. I am using the database in my previous post as a fixed on the existing shopping cart I found in the internet. This code is totally different from the code at “ How to Build Shopping Cart w/ Checkout in PHP”. It has a cleaner code, secured and most importantly easy to understand. Shopping