[ create a new paste ] login | about

Link: http://codepad.org/m1vijVzR    [ raw code | output | fork ]

martin@mustbebuilt.co.uk - PHP, pasted on Sep 10:
1
2
3
4
<?php
$myCart = array(array(12532,'Widget',5.99,2));
echo $myCart[0][1];
?>


Output:
1
Widget


Create a new paste based on this one


Comments: