here are the two links:
Code: Select all
<a href="cart.php?action=remove_item&id=<?php echo $rowї"itemId"]; ?>">Remove</a>
<a href="cart.php?action=empty_cart">-Empty Cart-</a>Code: Select all
<form name="cart" method="GET" action="">
<input type="submit" value="Reset" onclick="form.action=cart.php?action=empty_cart" class="button" />
<input type="submit" value="Continue" onclick="form.action='details.php'" class="button" />
</form>any help would be much appreciated! thanx