select validation

How to Validate Select in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to validate select in codeigniter. Often times we use input text to collect data from our users. If you are using codeigniter and added validation which includes a select tag, this tutorial will help you validate the select tag and return the value selected by user if validation fails.