Show the form for creating a new resource.
specific_resistance
index.php?uc=bonbons
.<form action="index.php?uc=bonbons" method=post>
<input type="hidden" name="action" value="add_more">
<input type="hidden" name="choice" value="<?= $id; ?>">
<button type="submit"><img src="images/plus_cart.png" border="1" width="40" height="40"></button>
</form>
$_SESSION['panier'][$id]++;
header("Location: ".$_SERVER['REQUEST_URI']);