在提高安全性方面,我们需要重点关注哪些核心php.ini文件设置?
问问题
27182 次
1 回答
15
You can begin with:
http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html
it has a lot of practices to start dealing with security. This link provides several issues to start with such as:
- XSS
- SQL injection
- File uploads
- Including local and remote files
- eval()
- Cross-site request forgery - CSRF
于 2013-07-30T10:48:26.633 回答