CodeIgniter Update Data In Database

In our previous codeIgniter tutorials, we explained you, how to perform insertion and deletion operation on database using CodeIgniter. Now, this tutorial demonstrates you, how to perform Updation operation on database using CodeIgniter framework.

Form Submission Using Ajax, PHP and Javascript

Our earlier blog post already explained about form submission without page refresh, but it was done by using  ajax, PHP and jQuery.

Now you will learn same functionality using ajax, PHP and Javascript through this blog post . Just follow our post or download it to use.

Insert Data in Database Using PHP

Php is a server side scripting language it allows to store data in database at server level. In this post i will show you how this can be done.

For this, I have created  HTML form, method  is set to post to hide values in URL which flows on form submission.