Re: [PHP-LANG] preg_replace warning (newbie question)

[email protected] (Michael Iatrou) Wed, 14 Aug 2002 13:21:18 +0300
Newsgroups php.lang
Message-ID <[email protected]>
Thanks a lot!

 > You need \\\\

Any references for this? I couldn't make it work!

 > But wouldn't it be easier just to use stripslashes()?

This is what I finally did :-)
Thanks again!