find();改为$System->where("keywords='$keywords'")->"/> find();改为$System->where("keywords='$keywords'")->">

Maison >développement back-end >tutoriel php >thinkphp where话语中的变量不解析

thinkphp where话语中的变量不解析

WBOY
WBOYoriginal
2016-06-13 12:13:36864parcourir

thinkphp where语句中的变量不解析

解决办法:将where语句中的变量用单引号引起来就行了,亲测可用


举例:将$System->where("keywords=$keywords")->find();改为$System->where("keywords='$keywords'")->find();即可


原因:不明

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn