<?php session_start(); require("php/classes/wishlist.php"); $currentList=new WishList($_SESSION['currentUser']); $currentList->release($_GET['itemKey'],$_SESSION['currentUser']); header ("Location: index.php#giftid".$_GET['itemKey']); ?>