PHP

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

Currency Exchange System Using PHP/MySQL

Submitted by argie on
Hi everyone, this code is created in order to help other in creating there own currency exchange system using php. The feature of this code is, it has two user the counter and the admin, it has user restriction. The admin has a capacity to change currency rate, register user view, edit delete bank account. The admin also has a capacity to give permission to the counter to change the rate of

Online Student Grade Viewer Using PHP and MySQL

Submitted by Oelasor on
This is an online student grade viewer that uses PHP server-side scripting lingo for the front-end interface and MySQL for the database back-end. The web-based application features a built-in database installer that will allow the administrator to install the database objects such as tables, views, stored procedures/functions, cursors, among others. Just make sure the MySQL RDBMS Community Version

Simple Registration Form with random password sent to email

Submitted by localhost27 on
This is a Simple Registration Form with random password sent to email.. Register and it will generate a random password and will be sent to the email address of the one who registered, there's no need for mail server because it uses gmail smtp. Just configure the settings in the verify.php file. -No mail server required. Uses Simple Mail Transfer Protocol to send emails by using the desired email

Page Navigation using CodeIgniter Pagination

Submitted by admin on

In our previous tutorial called “Getting Started with CodeIgniter” I discuss on how to install and configure CodeIgniter. This time I will teach you on how to create a simple “Page Navigation”. This is just a comparison of my previous code found at PHP Page Navigation. You’ll learn the difference between the standard PHP and using a CodeIgniter framework.

Now let us configure the CodeIgniter.

CodeIgniter Tutorial

Submitted by admin on

What is CodeIgniter?

CodeIgniter is a PHP Framework and is lightweight compared to other framework. Its purpose is to help you code faster and teach you how to apply MVC (Model–View–Controller) architecture to separate code from design.

What are the advantages of CodeIgniter?

I can’t tell you all the advantages of using CodeIgniter but the following are most common features of using a framework.

Online Reservation Widget Using jQuery Datepicker

Submitted by admin on
This code is part of the Online Hotel Reservation I created for L’Fisher Hotel. I used jQuery to select a date using Datepicker. The feature of this code is to automatically change the checkout date based on checkin date. It adds 1 day from checkin date. For example if the checkin date is November 8, 2012 then the checkout then would be November 9, 2012. Additionally, the checkout date cannot be