hello , sorry for my inexperience in forums, any way here is my git will all the code , https://github.com/niksou/Web-site
display cart 0 means that i add the item (id=0) to cart using js, the post data i need to send is product name price and quantity to to cart page which will be a seperate page that displays all added to cart items withtheir amount and their total price. im not sure where or how to place the form that will add the items to my cart using post method.
in general , just send the items from my cart to the cart.php page