Hi Rolf, Your guess is not true.I am using MySQL C-API for accessing the My SQL data base on Windows N T 4.0. Regards, Ravi --- Rolf Hopkins <[EMAIL PROTECTED]> wrote: > Ok, I'm going to make a guess here. You're using > Apache web server with > php4 to store and retrieve info from a mysql DB, > right? > > If this is correct then this is not a mysql problem > but an apache/php > problem. Go to the php site and have a read of the > user commented on-line > manual. 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_escape_string do exactly? > > > > 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 > > > --------------------------------------------------------------------- > 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 > ____________________________________________________________ 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
Re: What does my sq l_escape_string do exactly?
VVM Ravikumar Sarma Chengalvala Sun, 13 May 2001 03:46:42 -0700
- What does my sq l_escape_string do exactly... VVM Ravikumar Sarma Chengalvala
- Re: What does my sq l_escape_string d... Rolf Hopkins
- VVM Ravikumar Sarma Chengalvala