Am doing a contact management site in codeigniter, i have a function which delete the contact based on id.
For example the page will have all contacts listed. And each contact will have a link saying delete near it. The link will be to the function passing the id, like:
www.site.com/index.php/action/delete/23
So i want a confirmation box to ask user, yes or no for each link. So if user press yes it will be deleted and otherwise nothing happens. Hope I'm clear.