Hi
I have a a form with x number of hidden fields that each have a value like this....
value="variable0|variable1|variable2|variable3"
So each value has a | as a delimeter. What I would like to do is to place each hidden fields value in a multi dimensional array and later access each array item and its value.
Could someone please show me how this could be achive?
Regards
I have a a form with x number of hidden fields that each have a value like this....
value="variable0|variable1|variable2|variable3"
So each value has a | as a delimeter. What I would like to do is to place each hidden fields value in a multi dimensional array and later access each array item and its value.
Could someone please show me how this could be achive?
Regards