Copy link to clipboard
Copied
I have a dynamic table that displays all the records in a database. I'm using MySQL and PHP. I have created a last column that has a delete link in it. I'd simply like the delete link to delete the row of info that it sits on, and then reload the page. I dont need the user to sort through which record to delete, or got to a seperate page to confirm. Any good tutoirals out there about how to do this in dreamweaver?
Copy link to clipboard
Copied
Use a query to delete the record.
DELETE FROM table_name WHERE table_row = 'parameter'
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more