delete single record from database
is it possible to have a action button with a query string init..
i have a basket page..which is linked to a database..
to add stuff i have a """""<a href="basket.asp?ID=01001&Model=Sony KDL42V3000&price=999.99&quntaity=1"><img src="images/buy.gif" border=0 style="float: right" /></a> </a>""""" in my database and that passes a query string to the basket page which adds the new product in the basket..
i want to make a delete button which will appear in the basket next to every item added and when thy click that button the product will be deleted..
whats the best ways to do that..