Posts by DevP • 11 points
2 posts
-
0
votes2
answers43
viewsA: How to pass product information with parameters and pull in shopping cart?
I managed to solve my problem, this is my code where I send my request. <?php include('../config.php'); //Declaração de sessões if (isset($_POST['nome']) && isset($_POST['codigo'])…
-
0
votes2
answers43
viewsQ: How to pass product information with parameters and pull in shopping cart?
i am new in the programming area and am creating an Ecommerce, until I came across the following situation when submitting my form via ajax. Items sold on the site have parameters, for example: The…