Hello!
I have a table with contacts, and another with events. I am able to add a contact by ID to the event table WQhat I am struggling with is how to delete the contact ID from the event table by clicking a 'Delete' link displayed next to the contact record. I figure that a delete SQL query has to be squeezed into the link below, but I have never done it. Also, the link is within a PHP script. Does anyone have an example to post, or a link to a page that describes what I am trying to do, so I can figure it out on my own?
<a href="<?php echo $PHP_SELF; ?>""a_id='.$row['a_id'].'"> Delete</a>