Answers for "php add delete confirmation"

PHP
1

how add confirmation box in php before deleting

echo "<td><a onClick=\"javascript: return confirm('Please confirm deletion');\" href='delete.php?id=".$query2['id']."'>x</a></td><tr>"; //use double quotes for js inside php!
Posted by: Guest on December-21-2020

Code answers related to "php add delete confirmation"

Browse Popular Code Answers by Language