Protect yourself against SQL Injection
Filed under mysql-admin
SQL injection is the act of injecting some arbitrary SQL code into a query, usually by using unescaped characters like quotes, to trick the application into doing something it was not meant to do. For example, this might mean logging in …
ajax database security javascript mysql yahooajax, database security, javascript, mysql, yahoo
View original here:
Protect yourself against SQL Injection
Related Posts
- How To Protect MySQL Database From SQL Injection Attacks
- Technology Updates : How To Protect MySQL Database From SQL …
- Protect your application against SQL injections part 1
- Protect MySQL database against SQL Injection in PHP applications
- What is an SQL Injection Attack?
March 25th, 2008.
RSS Full


Leave a Comment