I have this multidimensional array. How can I display all the value of, for example, [1]? So I would get 671, 1, and Standard.
ThanksPHP Code:Array
(
[id] => Array
(
[0] => 546
[1] => 671
[2] => 983
)
[quant] => Array
(
[0] => 5
[1] => 1
[2] => 7
)
[notes] => Array
(
[0] => Heck Yes
[1] => Standard
[2] => None
)
)



Reply With Quote

Bookmarks