Security: SQL Insertion
Does the DB query_insert handle escaping of nasty characters (parenthesis, commas, quotes, etc.) - to avoid SQL insertion attacks, or just plain SQL corruption?
(I know the Perl DBI does all of this for you, saving Perl programmers from many of the headaches - and breakins - common to PHP)
Also, why does the vB code *never* use the query_insert method?
|