Inserting, Updating and Deleting Database Rows with Code Igniter

By Admin Sep 24, 2008, 6:30:46 PM , In Web Development

Table of Contents

You ve seen some of the things you can accomplish with the Code Igniter PHP framework in earlier parts of this series. In this seventh part of the series you will learn through copious examples how to perform insertions updates and deletions on a selected MySQL table by using Code Igniter s database class. You ll see that these tasks are very intuitive and easy to grasp thanks to Code Igniter s friendly learning curve….