Hey all, I have added this in to my PHP script: for($b=0;$b<count($shoppingcartQuantity);$b++) { if($quantity!=1) { $quantity = array_values($shoppingcartQuantity); echo "Quantity = $quantity"; } } When this is run I get the following echoed out to the browser: Quantity = Array What I am trying to do is print out the values stored at each position in the array, what am I doing wrong........ or right? Any ideas anyone? Cheers, Graeme :) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php