I have a database set up and I built the form to allow the administrator to add products to a database with a form, but allowing them to remove products is not working for me. I've tried various things so I don't have source code here but what I really want to do is let them select a product in a dropdown list and hit a delete button and have it be gone, but I can't get the code right. Can anyone point me to an example? Does it have to be done with 2 files, the form file (php or html extention) and a php processor file or can I do it in one?
Thanks
Thanks