Rev CGI and SQL injection attacks

Shao Sean shaosean at wehostmacs.com
Thu Dec 14 17:53:28 EST 2006


Make sure to escape the following characters as well:

NULL (ascii 0)
\n   (newline)
\r   (carriage return)
\
'
"
CTRL-Z
_
%

You may also want to look at escaping [TAB] as well




More information about the use-livecode mailing list