Hi

This will be real simple for you guys.  When I print_r my session vars
part of what get is:

[_SESSION] => Array 
        (
            [cart] => shoppingcart Object
                (
                    [contents] => Array
                        (
                            [37] => Array
                                (
                                    [qty] => 1
                                )

                        )

                    [total] => 70
                    [weight] => 0
                    [cartID] => 
                    [content_type] => physical
                )
SO I'm trying to capture the total(70).  I'm trying
$_SESSION['cart']['total']

But I'm not getting it.  This is a multidimensional array isnt it ?
-- 
Thx
Mignon 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to