Welcome Guest, Not a member yet? Register   Sign In
$this->input->post in ci4
#1

(This post was last modified: 09-05-2021, 09:00 AM by vohuuphuc.)

Hi everyone,

I have a problem in ci4
i don't know how to get array in ci4

Code:
<input class="priority" type="text" name="priority[]" value="a">
<input class="priority" type="text" name="priority[]" value="b">
<input class="priority" type="text" name="priority[]" value="c">
i want to get array of value like : $priority = array([0] =>"a", [1] => "b", [2] = "c");

Please help me  Cry
Reply


Messages In This Thread
$this->input->post in ci4 - by vohuuphuc - 09-05-2021, 08:58 AM
RE: $this->input->post in ci4 - by InsiteFX - 09-06-2021, 01:11 AM
RE: $this->input->post in ci4 - by vohuuphuc - 09-06-2021, 08:45 AM
RE: $this->input->post in ci4 - by ikesela - 09-06-2021, 11:15 AM
RE: $this->input->post in ci4 - by vohuuphuc - 09-07-2021, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB