Welcome Guest, Not a member yet? Register   Sign In
echo array of inputs
#2

[eluser]CocoMansur[/eluser]
Got it...

here is my code to display it with for loop

Code:
$test = $this->input->post('outlays_id');
for($x=0; $x<count($test); $x++){
   echo $test[$x];
}

anyway, is there a way to not pass it to a variable?


Messages In This Thread
echo array of inputs - by El Forum - 08-15-2013, 07:59 PM
echo array of inputs - by El Forum - 08-15-2013, 08:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB