gpt4 book ai didi

php - htmlspecialchars 不工作

转载 作者:行者123 更新时间:2023-11-28 23:21:21 26 4
gpt4 key购买 nike

<分区>

我的代码是:

$description = $_POST['description'];
$description = htmlspecialchars($description);

我用它来向表格中插入一些描述:

$insertBillIndexQuery = "INSERT INTO $billIndexTableName (type, exp_category, shopping_date, shop, description, total_amount, paid, due, mode_of_payment) VALUES ('Expense', '$exp_category', '$billDate', '$shop', '$description', '$total_amount', '$paid', '$due', '$modeOfPayment')";

这通常工作正常。但是,当我键入一个特殊字符(例如单引号)时,系统会崩溃,并且会出现“查询数据库错误”错误。我确定单引号导致了问题。我使用的 htmlspecialchars 错了吗?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com