sql.SQLStr
Description
Escapes dangerous characters and symbols from user input used in an SQLite SQL Query.
This function is not meant to be used with external database engines such as
MySQL
. Escaping strings with inadequate functions is dangerous!Arguments
2 boolean bNoQuotes = false
Set this as
true
, and the function will not wrap the input string in apostrophes.Returns
Page views: 25,153
Updated: This Year
Updated: This Year