delete record with confirmation (php & mysql) code example
Example: 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!