Welcome Guest, Not a member yet? Register   Sign In
Set variable on $this->input->post() function
#1

Hi,

I want to set array of data  on $this->input->post() like $_POST variable.How can i do this??
Reply
#2

(02-07-2017, 06:35 AM)rupamhazra Wrote: Hi,

I want to set array of data  on $this->input->post() like $_POST variable.How can i do this??

Code:
$_POST = array(
 'foo' => 'bar'
);
Reply




Theme © iAndrew 2016 - Forum software by © MyBB