Re: [PHP] " appended with \

2001-05-04 Thread James Holloway
Magnus, $string = stripslashes($string); http://www.php.net/manual/en/function.stripslashes.php James. ""magnus lawrie"" <[EMAIL PROTECTED]> wrote in message 9cu11s$6k1$[EMAIL PROTECTED]">news:9cu11s$6k1$[EMAIL PROTECTED]... > I am using a form to test posting a variable. If my variable looks l

Re: [PHP] " appended with \

2001-05-04 Thread Jason Brooke
> I am using a form to test posting a variable. If my variable looks like this > in script post_var.php3 : > > "stringinaaform" > > then it comes out like this in recieve.php3 : > > \"stringinaaform\" > > why? thanks in advance. Did you check the manual? http://www.php.net/manual/en/configur

[PHP] " appended with \

2001-05-04 Thread magnus lawrie
I am using a form to test posting a variable. If my variable looks like this in script post_var.php3 : "stringinaaform" then it comes out like this in recieve.php3 : \"stringinaaform\" why? thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA