Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active January 13, 2021 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a4fc4c49d648cf220f6226bab15d7539 to your computer and use it in GitHub Desktop.
Save parzibyte/a4fc4c49d648cf220f6226bab15d7539 to your computer and use it in GitHub Desktop.
<?php
include_once "funciones.php";
if (!isset($_POST["id_producto"])) {
exit("No hay id_producto");
}
agregarProductoAlCarrito($_POST["id_producto"]);
header("Location: tienda.php");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment