Welcome Guest, Not a member yet? Register   Sign In
How to know if checkbox is checked and which dropdown value is selected
#4

[eluser]CroNiX[/eluser]
Code:
if ($this->input->post('name-of-checkbox') === FALSE)
{
  //the checkbox was NOT submitted, meaning it wasn't checked
}


Messages In This Thread
How to know if checkbox is checked and which dropdown value is selected - by El Forum - 04-03-2012, 04:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB