I'm building a shoping cart and i get the product and the quantity with _get and store them in $_Session (cart.php?id=$id&&qua=$qua). Works fine! It's there a way to add a product to the cart without refreshing the page (some javascript, jquery or Ajax requesting the cart.php?id=...&&qau=... )??