Welcome Guest, Not a member yet? Register   Sign In
Having trouble printing all the values from an array
#3

Code:
$checkboxes = $this->input->post('productSheets');

foreach($checkboxes as $cb)
{
  echo "$cb<br>";
}
Reply


Messages In This Thread
RE: Having trouble printing all the values from an array - by CroNiX - 01-21-2015, 02:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB