首页 > 后端开发 > php教程 > php的mysql_prepare不能使用表明一类级作为参数

php的mysql_prepare不能使用表明一类级作为参数

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
发布: 2016-06-23 13:38:51
原创
1012 人浏览过

No, a parameterised query doesn't just drop the parameter values in to the query string, it supplies the RDBMS with the parameterised query and the parameters separately. But such a query can't have a table name or field name as a parameter. The only way to do that is to dynamically code the table name into the query string, just as you have already done. If this string is potentially open to attack you should validate it first; such as against a white list list of allowable table

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
javascript - 闭包在实际开发中有什么用?
来自于 1970-01-01 08:00:00
0
0
0
PHP数组从URL参数中获取的行为不如预期
来自于 1970-01-01 08:00:00
0
0
0
JS中如何选择多个同名的class类
来自于 1970-01-01 08:00:00
0
0
0
Laravel中的模型继承
来自于 1970-01-01 08:00:00
0
0
0
使用 jquery 动态更改 css 文件中的静态颜色
来自于 1970-01-01 08:00:00
0
0
0
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板