Confirm Box On Click Delete Button

<a class="btn btn-danger btn-md"  onclick="return confirm('Are you sure you want to delete this item?');" href="delete_teacher.php?id=<?=$id; ?>">                                       
                                    </a>
Previous
Next Post »