data: {CommentID : comment_id, Comment : comment}
PHP kodunuzu düzeltin ;
$Yorum = $_POST['Comment'];
$YorumID = $_POST['CommentID'];
$sth -> execute(array($kid,$YorumID,$Yorum,$date));
data: {CommentID : comment_id, Comment : comment}
$Yorum = $_POST['Comment'];
$YorumID = $_POST['CommentID'];
$sth -> execute(array($kid,$YorumID,$Yorum,$date));