Welcome Guest, Not a member yet? Register   Sign In
How to access values returned from view form
#3

[eluser]TWP Marketing[/eluser]
Thanks for the reply,
I solved the problem using
Code:
$item = $this->input->post($i);
which returns the whole array as $item and I can access the elements normally via
Code:
$rowid = $item['rowid'];
$qty = $item['qty'];
I enclose this in a loop and process all of the items from the order.

I missed fact that the form was returning an array (not enough/too much coffee?).
Dave


Messages In This Thread
How to access values returned from view form - by El Forum - 07-13-2009, 12:31 PM
How to access values returned from view form - by El Forum - 07-13-2009, 01:52 PM
How to access values returned from view form - by El Forum - 07-14-2009, 10:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB