Cleaning MySQL Queries
Filed under mysql-function
SQL Injection can be prevented by properly filtering input fields and mysql queries. The following is a sample function I have created to make sql queries safe: function make_safe ($query) { $query = stripslashes($query); …
advisory black hat blog commentary control focussed advisory box hacker information security infosec innovation online security sunnet sunnet beskerming white hat yassl remoteadvisory, black hat, blog, commentary, control, focussed advisory box, hacker, information security, infosec, innovation, online security, sunnet, sunnet beskerming, white hat, yassl remote
Continued here:
Cleaning MySQL Queries
Related Posts
- SqlMaestro - MySQL Meastro v.8.3.0.1
- Let’s get this show on the road
- Xhtml Forms Needed - Php Mysql
- Vuln: PromoteWeb MySQL “go.php” SQL Injection Vulnerability
- yaSSL - Remote hacker automatic control
October 5th, 2008.
RSS Full


Leave a Comment