Tutorial on making forms with Codeigniter

Dear reader. This time (in the spirit of 45) I will make a tutorial that many people still want to know. Especially for those who are new to the world of coding with the Codeigniter Framework. Yes, how to easily create forms in Codeigniter.

In essence, making the form can be created using HTML. You know for sure? But what if we want a clean and neat code written all in a file? Of course, for those of you who have been in the world of coding, of course, you always want a line of code that is fast and orderly.

Okay, basically my Codeigniter just goes to CI. Already provide a function that is collected in a file called a helper form. What are helper forms? You can see live here http://codeigniter.com/user_guide. Then how to use it? Try the following example, in this case I will create a simple registration form using Codeigniter version 2.1.3.

First create a controller, name the controller with registration.php,