/********************************************************** This is where you put all code includes. Make sure that nothing in these includes outputs anything to the screen **********************************************************/ require ("config.php"); require ("code_includes.php"); require ("includes/shoppingcart.php"); $result = mysql_query("SELECT * from products WHERE sku='$sku'")or die("Cannot select product!"); $row = mysql_fetch_array($result); ?>