Code Igniter Category


Codeigniter, Session and Back Button

A few days ago Achmad Solihin said to me that a little bug in Codigniter (CI) at the session part. It happens after logging out and destroying the session, hit the back button, the page content appears again…

Simple Database Tutorial with CodeIgniter

Hello there,

For someone that interested in CodeIgniter PHP Framework, here is a simple tutorial to do a simple database program. In the tutorial, you will learn how to create a simple program for inserting, updating and deleting the master…