How to delete a record from the database
I have created an insert record page as well as a search page, search results page and details page. But how can I delete a record from the website. I'm working with PHP MySQL. I tried to use the delete record behavior but not sure how to make this work. I tried to follow the Dreamweaver help file but it doesn't explain the settings. I added the behavior to a details page with a form button I named delete record just like in the help file and set the page to go to when delete is complete. When I test this page I click my delete record button and it just refreshes the page. No deletion is made and the page I told it to go to doesn't appear.
