Welcome Guest, Not a member yet? Register   Sign In
values from checkbox
#2

If I understand you correctly you will need to use the input class.

$this->input->post('checkbox') and $this->input->post('number'). And append them together with an _.

$string = $this->input->post('checkbox') . '_' . $this->input->post('number');

If this is not what you want. I'm afraid you will need to clarify.
Reply


Messages In This Thread
values from checkbox - by albrechtmyers - 01-24-2020, 01:21 AM
RE: values from checkbox - by jreklund - 01-24-2020, 12:02 PM
RE: values from checkbox - by InsiteFX - 01-25-2020, 09:03 AM
RE: values from checkbox - by dave friend - 01-31-2020, 10:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB