Hi,
I am working on with mysql_escape_string() what it
does precisely is to copy the content from source
string to destination string.
It's not introducing the additional backslash
character ("\\") required if I need to save a string
like"abc\def".

If we enter the string as "abc\\def" then it is stored
in the DataBase as "abc\def".If we have to externally
introduce the back slash into the string to store
,then what does this my sql function do?

Regards,
Ravi

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to