lang="en-US"> mysql_real_escape_string –  Design1online.com, LLC

Tagged: mysql_real_escape_string

0

PHP Tutorial: Easy SQL Injection Prevention

I’ve noticed on several client games I’ve worked on recently that instead of creating a global cleaning function to prevent SQL injections they’re wrapping mysql_real_escape_string() calls around everything. Sure, putting this function around any...