Trying to access the data I’ve sent through POST method to another file in PHP
So, I am creating an e-commerce website, where i want the cart data to be sent to a separate php file using POST method. I’m using the $http service of angularJS for this. The problem is that when i add a link to the cart page, it apparently expects get data, which i cannot provide, and thus there is no data for me to display. Is there a way to work around this?