We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b54dfa + 6f15169 commit 3250a99Copy full SHA for 3250a99
1 file changed
comment.php
@@ -3,7 +3,9 @@
3
if ( window.history.replaceState ) {
4
window.history.replaceState( null, null, window.location.href );
5
}
6
+
7
</script>
8
9
<?php
10
if(isset($_POST['addcomment'])){
11
$name=mysqli_real_escape_string($con,$_POST['ccname']);
0 commit comments