这是我的http://localhost/abc/read_story.php?story_id=3'页面,我想保护免受SQL注入。怎么可能?
我希望像http://localhost/abc/read_story/3这样显示在网址上方。
我也尝试使用.htaccess但没有工作。 我的.htaccess代码如下:
\b-?(?:\d*[02468][048]|\d*[13579][26]|[048])\b
答案 0 :(得分:0)
重写规则应为
// TODO: Comment for production.
gulp.task('startServer', function() {
return connect.server({
root: './dist',
port: 8080
});
});
使用针对SQL注入攻击的预准备语句。