The mysql docs, in the security section, warns of special characters encoded in dynamic urls. IE., %27 (`'`). Is there a hazard with the string '%27' being in the database? Or is this just another case of protecting against the insertion of the `'` character? In other words, if I am already escaping all single quotes that go into the database, do I need to care about special url sequences?

-Bluejack




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to