CodeIgniter Simple Login Form With Sessions

In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, login module and admin panel using sessions. We also have a paid ready-to-use advance login & registration module built on CodeIgniter that you can check out at CodeIgniter Login Registration Form. Creating sessions …

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.