Paper911.com

Saturday, November 19, 2005

Arrays of Arrays

Im reasonably sure that a part of my solution involves arrays of arrays or nested arrays. similar to the syntax found in shoppint_cart.php add_to_cart(). $this->contents[] = array($products_id);
91 $this->contents[$products_id] = array('qty' => $qty);

0 Comments:

Post a Comment

<< Home