写成这样SQL injection 应该没问题吧? [ 新手入门 ]
if (isset($_GET['author'])){
$authorName = trim($_GET['author']);
$criteria->condition .= ' and author_name =:map_author ';
$criteria->params[':map_author'] = $authorName;
}
BoyLee
注册时间:2011-03-10
最后登录:2019-12-26
在线时长:20小时5分
最后登录:2019-12-26
在线时长:20小时5分
- 粉丝22
- 金钱2810
- 威望150
- 积分4510