Tag Archives: submit form and save data with codeigniter

Submit form and save data in database with codeigniter mysql

Submit form and save data in database with codeigniter mysql

Hello World, Welcome to the codeigniter tutorial series “Learn Codeigniter from Scratch”. In this tutorial we learn that how we can submit form and save data in database with codeigniter mysql. I have extended the previous tutorial so please update with previous tutorials.

In the last tutorial we have learned that how we can connect  and fetch data from database with codeigniter. We have inserted the data manually in the last tutorial but in this tutorial we will insert data in database with form. We are working on Todo list. In this tutorial we will add Todo list via form with codeigniter.

Continue reading