Advertisement
gurumutant

Shopping Cart dg Session - Proses Empty Cart

Feb 2nd, 2020
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. require_once("../config.php");
  4.  
  5. unset($_SESSION['cart']);
  6. header("Location: ../?p=cart"); exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement