How to delete from database with query string?
- kevin.waterson@gmail.com
- Member | 81
I have a button/icon which, when clicks goes to a delete function.
eg:to delete the record with id 123
<a href="/blog/delete/123">icon</a>
How do I get the parameter ‘123’ in the presenter?