0
I am learning PHP and my challenge is to make a shopping cart using SESSION.
Within my logic, I’m trying to execute a array_push
, after clicking on the link "insert product in cart", from the product page and thus "fill" the array
created through SESSION and that is on the "Cart" page, at the same time that I am directed to this page.
It is possible?