Deleting an Item from a Shopper's Basket
Introduction.
This page will be a fairly simple processing script that deletes an item
based on which button is pushed.
The following PHP page should be called delete_item.php and it should be uploaded to your firefox website. |
<html> <!-- delete_item.php - deleting an item from a shopper's basket --> <?php |
We now give some discussion of the code.
|