$qty) { // query db for other information on item using unique $item_id // we'll echo, but you can do whatever echo "Item $pid is in your cart $qty time(s).
\n"; } */ header("Location:$site/store/cart.php"); ?>