Commit 74bff506 by Mei Romauli Sagala

edit

parent b7a84613
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
$input = mysqli_query($koneksi, $query) or die(mysqli_error($GLOBALS["___mysqli_ston"])); $input = mysqli_query($koneksi, $query) or die(mysqli_error($GLOBALS["___mysqli_ston"]));
if($input){ if($input){
echo("<script> alert('Username sudah terdaftar , silahkan ganti username anda')</script>");
header('Location: form_comment.php'); echo "<meta http-equiv='refresh' content='1 url=form_comment.php'>";
}else{ }else{
echo'gagal memberikan komentar!'; echo'gagal memberikan komentar!';
header('Location: form_comment.php'); header('Location: form_comment.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment