Guest User

Untitled

a guest
Jun 23rd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. if($result) {
  2. echo '<script type="text/javascript">
  3. window.location.href = "index.php";
  4. </script>';
  5. include ("alert.php");
  6. $showFormular = false;
  7. } else {
  8. echo 'Beim Abspeichern ist leider ein Fehler aufgetreten<br>';
  9. }
  10. }
  11. }
  12.  
  13. <script src = "https://cdn.jsdelivr.net/sweetalert2/6.6.2 /sweetalert2.min.js"> </script>
  14. <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/sweetalert2/6.6.2/sweetalert2.min.css">
  15. <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.js"> </script>
  16.  
  17.  
  18. <script>
  19. window.onload = function ()
  20. {
  21. swal({
  22. title:"Erfolgreich",
  23. type:"success",
  24. background:"#f2f2f2",
  25. confirmButtonColor:"#0080ff"
  26. })
  27. }
  28. </script>
Add Comment
Please, Sign In to add comment