gpt4 book ai didi

php - 如何从mysql数据库中搜索整个句子?

转载 作者:太空宇宙 更新时间:2023-11-03 11:30:42 26 4
gpt4 key购买 nike

这是我的代码

 $question = "What is your Name";
$query = "SELECT * FROM `def_questions` where `question` LIKE '$question' ";

它不返回确切的结果我需要确切的(你叫什么名字)有人会帮助我做到这一点。

提前致谢!

最佳答案

 $question = rtrim(ltrim(strip_tags(What is your Name)));
$query = "SELECT * FROM `def_questions` where `question` LIKE '%$question%' ";

关于php - 如何从mysql数据库中搜索整个句子?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50148976/

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