我有一个简单的页面,它接受用户的评论并将其添加到数据库。 只要有用户的平面评论,它甚至可以正常工作。 但是当用户评论包含像'这样的符号时,它会显示错误。请帮忙
代码是:---
$title=$_POST['title'];
$message=$_POST['message'];
$message=htmlspecialchars($message);
mysqli_query($conn,"insert into
diary(no,datetime,title,mydiary)values(null,now(),'$title','$message')");
并且评论包含符号'
时出错 Error description: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to use
near 'th')' at line 1