I'm learning PHP and my challenge is to make a Shopping Cart using SESSION.
In my logic, I am trying to run a array_push
, after clicking the "insert product in cart" link, from the product page and thus "fill" the array
created through SESSION and which is on the "Cart" page, at the same time that I'm directed to this page.
Is it possible?