SQL injection and XSS protection in PHP combining Code Ignitors xss_clean() and Zend PDO

杀马特。学长 韩版系。学妹 提交于 2019-12-11 16:33:01

问题


I am in search of a function that will secure All DB queries from MOST of the common threats and attacks. its like combining the classes of CI and Zend with putting custom code to have a fully customized security function.

来源:https://stackoverflow.com/questions/7753982/sql-injection-and-xss-protection-in-php-combining-code-ignitors-xss-clean-and

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!