Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if ($INS_event->execute()) {
  2. echo '<script>Swal.fire({
  3. type: 'success',
  4. title: 'Se ha añadido un evento!'
  5. })</script>';
  6. }
  7. else {
  8. echo '<script>Swal.fire({
  9. type: 'error',
  10. title: 'Oops...',
  11. text: 'Algo ha ido mal!'
  12. })</script>';
  13. }
  14.  
  15. if ($INS_event->execute()) {
  16. echo 'Nueva actividad añadida';
  17. }
  18. else {
  19. echo 'Lo siento no se añadio';
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement