Date: 05/17/00
- Next message: Hartmut Holzgraefe: "[PHPDOC] PHP Function Table / Implementation & Documentation"
- Previous message: Egon Schmid: "[PHPDOC] cvs: phpdoc /de/language/ functions.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
in section 7.2 in the PHP-FAQ one should mention, that it is
dangerous to just escape quotes, but not backslashes:
Using the regexpression in the answer the string:
\'DELETE * FROM users
would be translated to:
\\'DELETE * FROM users
but now the backslash is escaped and not the quote.
Cheers,
Johannes.
-- Sent through GMX FreeMail - http://www.gmx.net
- Next message: Hartmut Holzgraefe: "[PHPDOC] PHP Function Table / Implementation & Documentation"
- Previous message: Egon Schmid: "[PHPDOC] cvs: phpdoc /de/language/ functions.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

