Re: [PHP] The best way ...

2003-12-12 Thread Chris Shiflett
--- "Philip J. Newman" <[EMAIL PROTECTED]> wrote: > what is the best way to remove extra \'s from strings ... would be? The best way is to not put them there in the first place. :-) I guess the second best way would be stripslashes(). Hope that helps. Chris = Chris Shiflett - http://shifle

RE: [PHP] The best way ...

2003-12-12 Thread Jay Blanchard
[snip] what is the best way to remove extra \'s from strings ... would be ? [/snip] http://www.php.net/stripslashes but depends on how many extras -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php