I want to display a sweetalert after the inserting of data in my database
PHP Snippet 1:
echo "<script>
swal({
title: "Success",
text: "Thank you for contacting us. We will get back to you soon!",
type: "success"
});</script>"