Hi All
I'm looking for a nice easy way to ensure users don't accidentally delete records on a site - I notice a lot of sites use a popup (i.e. 'Are you sure you want to delete this records?') with yes / no buttons. I believe most of these are javascript based.
Is there a way to achieve this using pure PHP, or is there perhaps another method that can be used? I've thought about redirecting to another php page, but there must be a simpler and more sophisticated way than that.
Any ideas would be greatly appreciated.