From: [EMAIL PROTECTED]
Operating system: Win32
PHP version: 4.0.5
PHP Bug Type: Unknown/Other Function
Bug description: addslashes
addslashes() don't properly work.
Before use it, need add this:
$str_any=str_replace("\\","\\\\",$str_any);
and only then:
$str_any=addslashes($str_any);
--
Edit bug report at: http://bugs.php.net/?id=12083&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]