Grabbing $_POST['array[]']
Posted: Thu Jun 25, 2009 1:34 pm
Hey guys I am trying to group items in a field with an array?
Then im going to basically do an array_keys($quanity) to find the id of each item set in order to run an update quantity query on them?
Is this possible and how would i go about doing that?
Code: Select all
<input class="wishlist_qty" name="quanity[{wli_id}]" type="text" value="{quantity}" size="2" maxlength="3" />Is this possible and how would i go about doing that?