I think what his basic question is, Scallio, is āHow do I loop through my inputs from a POST variable array.ā but iām just guessing (that āvalueā in his second line being a variable-replacement text sort of thing?)
Though I must say I dont actually understand why something called ātitle-descriptionā is a parse-able stringā¦
or a way to loop through the multi-dimensional array and get the values āfooā, āunoā, etc. so they can be parsed as strings.
Part of what I find confusing is that the multi-dimensional array is a form POST array. I have never seen one nested to that extent. Two levels, yes. But not three. I agree there are no reasons a form couldnāt be that complex, but I suspect it might be better to simplify the form to allow for less complex back end processing.