Skip to content

Commit 3250a99

Browse files
Merge pull request #65 from hariketsheth/hariket
[Feature]: Added Comment Section (#59)
2 parents 7b54dfa + 6f15169 commit 3250a99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

comment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
if ( window.history.replaceState ) {
44
window.history.replaceState( null, null, window.location.href );
55
}
6+
67
</script>
8+
79
<?php
810
if(isset($_POST['addcomment'])){
911
$name=mysqli_real_escape_string($con,$_POST['ccname']);

0 commit comments

Comments
 (0)