php 输入字符串 未转义导致 查询sql失败

MySQL server version for the right syntax to use near

遇到这串错误,经查询是因为输入 单双引号未转义导致,解决办法如下

addslashes($sqlkey)