How to validate array value with form validation |
[eluser]Lima[/eluser]
sometime I need pass array from form Code: <form name="myform" action="" method="post"> I got an array Code: $group = $this->input->post('group'); How to validate $group with form validation class Thanks
[eluser]BrianDHall[/eluser]
Use a custom callback function: http://ellislab.com/codeigniter/user-gui...#callbacks |
Welcome Guest, Not a member yet? Register Sign In |