In this article I've talked about the two basic security principles of PHP programming: filter input, escape output.
在这篇文章里我提到的PHP编程的两条基本安全原则是:过滤输入,转义输出。
To make sure the security in your PHP scripts are okay, you have to start with the basics: filter input, and escape output.
为了保证你的脚本安全上没问题,你必须从基本的地方开始:过滤输入,转义输出。
To make sure the security in your PHP scripts are okay, you have to start with the basics: filter input, and escape output.
为了保证你的脚本安全上没问题,你必须从基本的地方开始:过滤输入,转义输出。
应用推荐