Anti SQL Injection, how it works on samp
#2

With SQLIte use %q for strings in format(), with MySQL use %e for strings in mysql_format. That's sufficient. In other languages (e.g. PHP) use prepared queries.

Interactive demo: https://www.codebashing.com/sql_demo
Reply


Messages In This Thread
Anti SQL Injection, how it works on samp - by Lester23 - 16.04.2017, 17:37
Re: Anti SQL Injection, how it works on samp - by Vince - 16.04.2017, 17:49
Re: Anti SQL Injection, how it works on samp - by Lester23 - 16.04.2017, 18:08
Re: Anti SQL Injection, how it works on samp - by DRIFT_HUNTER - 16.04.2017, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)