PHP: Show yes/no confirmation dialog

后端 未结 13 2082
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 18:27

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 \

13条回答
  •  一整个雨季
    2021-01-30 19:07

    You can use JavaScript to prompt you:

    Found this here - Example

    
    
    Delete
    

    Another way

    Delete 
    

    Warning: This JavaScript will not stop the records from being deleted if they just navigate to the final url - delete.page?id=1 in their browser

提交回复
热议问题