-
Share Hàm chống SQL Injection
Hàm chống SQL Injection sử dụng cho chống SQL Injection trong trường hợp các bác IT nhà ta tò mò. function anti_sql($sql) { $sql = preg_replace(sql_regcase("/(from|select| insert|delete|where|drop table|show tables|#| *|--|\)/"),"",$sql); return trim(strip_tags(addslashes($sql)))...- Myshare
- Thread
- http tuoitreit vnthreads19319 ham chong sql injection html
- Replies: 2
- Forum: Security - Local - Hacking