This is the anti-SQL injection source code from 360, which can prevent injection vulnerabilities and cross-site attack vulnerabilities. If your website is scanned by 360 and a virus is reported no matter how you modify it, please try this code. This is an asp public code provided by 360, and the effect is good. If the code is not written by oneself, the level of injection is getting higher and higher now. Usage method 1. Pass 360_safe3.asp to the directory of the file to be included 2. Add code to the page that needs protection You can prevent page injections and cross-sites. If you want to prevent injections for the entire site, just put it in a public file on the website, such as the database link file conn.asp! Add to to call this code
Expand