CodeIgniter Form Validation
This tutorial tackles on how to create a simple form validation using the built-in validation of CodeIgniter. Form validation is a way of validating the inputs of a user in a form before further action. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture.