When upgrading from PHP4 to PHP5 using this script: http://net.tutsplus.com/tutorials/php/build-an-ajax-powered-shopping-cart/ Step 3 – The Shopping_Cart class: class Shopping_Cart { PHP: Fatal error: Cannot redeclare class Shopping_Cart in shopping_cart.class.php on line 3 Step 7 - Processing the cart foreach ( $_GET['quantity'] as $order_code=>$quantity ) { PHP: Warning: Invalid argument supplied for foreach() in cart_action.php on line 13 Will rep, thanks!