Re: What does my sq l_escape_string do exactly?

2001-05-13 Thread VVM Ravikumar Sarma Chengalvala
ow to > set the php init flags. > > > - Original Message - > From: "VVM Ravikumar Sarma Chengalvala" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, May 13, 2001 13:35 > Subject: What does my sq l_escape_string do exactly? > &

Re: What does my sq l_escape_string do exactly?

2001-05-12 Thread Rolf Hopkins
al. In the installation section, I've submitted an explanation on how to set the php init flags. - Original Message - From: "VVM Ravikumar Sarma Chengalvala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 13:35 Subject: What does my sq l_esc

What does my sq l_escape_string do exactly?

2001-05-12 Thread VVM Ravikumar Sarma Chengalvala
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