Commit 29d56411 by Mei Romauli Sagala

edit

parent 301a4502
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
$comment = $_POST['comment']; $comment = $_POST['comment'];
} }
$query = "INSERT INTO komentar VALUES('','$nama','$comment', '$email', '$hp')"; $query = "INSERT INTO komentar VALUES('','$nama','$comment', '$email', '$hp')";
if($query){
echo "<script> window.alert('Terimakasih Telah Memberikan Kritik dan Saran!')";
}
$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){
......
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