Welcome Guest, Not a member yet? Register   Sign In
Form Validation and Arrays
#2

(This post was last modified: 02-04-2016, 07:54 PM by freddy.)

well you talk about how to check variable post in array, don't you ? so i will not disscuss about validation ya,

please check here just tested in yours, cause it working for me

Code:
$itemName = $this->input->post('your input type name');
if (is_array($itemName))
{
//do your own code bro, here is array !
} else
{
//stop it's not array
}

Hope this help you !
Reply


Messages In This Thread
Form Validation and Arrays - by coldlamper - 02-04-2016, 04:25 PM
RE: Form Validation and Arrays - by freddy - 02-04-2016, 07:53 PM
RE: Form Validation and Arrays - by Wouter60 - 02-05-2016, 08:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB