Ok, at the moment, I have a code that displayes a load of information that is stored in the database. And above each data is a delete link, which goes to another page to delete that specific entry....
How can i make it so, it displays the info, and delete link/buton, but instead of directing it to a new page, it will process that link you click in the same file, then display like a confirmation message, like are you sure? yes? no? then if yes, will activate the DELETE sql script....can any one help?