Hi Good evening all
I am trying to capture the below multi dimensional array using either POST or GET. the data is passed from a form and is displayed in the array format using print_r(GET);
The packagecount = 2 indicates the mumber of packages and also corresponds to 1 and 2 items in the array. How can I pass the two dimensional array data into usable data to carry out calculations
Thanks in advance
D
Array
(
[packagecount] => 2
[code] => uBQnRe7ScvejacBsb7/f4Q==
[id_coll_country] => UK
[id_coll_postcode] => (if known)
[id_del_country] => UK
[id_del_postcode] => (if known)
[weight] => Array
(
[1] => 3
[2] => 10
)
[length] => Array
(
[1] => 66
[2] => 5
)
[width] => Array
(
[1] => 68
[2] => 5
)
[height] => Array
(
[1] => 88
[2] => 5
)
[x] => 62
[y] => 23
)