printing from multidimentional arrays?

Posted by george on Stack Overflow See other posts from Stack Overflow or by george
Published on 2010-05-04T23:43:30Z Indexed on 2010/05/04 23:48 UTC
Read the original article Hit count: 129

Filed under:
|

i have a multi array that looks like this.

$_SESSION['cartItems']['quantity']

how do i print out its values? print_r wont work. unless i sessions dont work with multi arrays?

© Stack Overflow or respective owner

Related posts about php

Related posts about arrays