PHP

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

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

User Registration and Form Validation Using CodeIgniter

Submitted by admin on
By using CodeIgniter framework, you’ll learn how easy it is to create a registration form with validation using the form_validation library that is built-in with CodeIgniter. This example demonstrates how to validate every control in your form. One example is the validation of email address. All you have to do is simply specify this argument: valid_email. CodeIgniter will simply look for that