For my web application (PHP/MYSQL), I show a list of items and a link on each row to delete the item. Right now, the link is
you can also use get but you would need to check session values to ensure that it's the owner of the post who's attempting to delete. get is not "universally unsafe". it totally depends on how you use it.