My PHP page has a link to delete one MySQL table datum. I want it to be in such a way that when I click the \'delete\' link a confirmation box should appear and it should ask \
You should always use a form/post button to confirm something like this. Never rely on Javascript. Read this to understand why!