
June 3rd, 2006, 12:57 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 2
Time spent in forums: 53 m 54 sec
Reputation Power: 0
|
|
|
Deleting database entry's
Hello,
I know you must think not him a gain but I want to expand my shopping cart what works great by the way. I have made a form to import new items to the database so that the show up in the product page. But I want to make a simmilar form to delete them. But i don't now how because I want to read out all the item's in the database and then that behind every item there is a delete link for that item but it has to be that the script generate's self the link because the item's allways change i don't want to make a delete link for every item.
Thanks
ColdStonE
Here is some info on my database
I got a table named: items
in that table there are some fields
itemName , itemDesc , itemPrice
hope you can help i have never made a delete form before only add forms i know not very common but i always manualy deleted.
|