Skip to content

Instantly share code, notes, and snippets.

@rizkyramadhan21
Created January 5, 2018 15:52
Show Gist options
  • Save rizkyramadhan21/58e720a9366274b6b6e07905e9fcc9a1 to your computer and use it in GitHub Desktop.
Save rizkyramadhan21/58e720a9366274b6b6e07905e9fcc9a1 to your computer and use it in GitHub Desktop.
Custom alert "simpan berhasil"
<?php
/*-----------------
Just custom alert
-----------------*/
echo "<script>alert('Simpan data berhasil !'); window.location.href = '../../';</script>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment