Hi,
    Its really stupid to use that command because there is not any function
to come back to the real way. You should just addslashes() to it then remove
them.

--
Merci de nous avoir choisi. - Thanks you for your choice.
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.GroupAKT.com - Hebergement Group.
www.WorldAKT.com - Hebergement de sites Internet
"Steel" <[EMAIL PROTECTED]> a ecrit dans le message de news:
[EMAIL PROTECTED]
> Hi Martin,
>
> Monday, September 2, 2002, 2:21:10 PM, Я получил:
>
> >> Using the htmlspecialchars() function, so that "Hello \"world\"" will
be
> >> written in pure HTML: "Hello &quot;world&quot;"
>
> MT> Thanx a lot! But how do I get it back to 'Hello "world"'? Do I have to
do it
> MT> manually?
>
> MT> Martin
>
> Yep. But you can use some Regexp features.
> EX:
> $string = preg_replace("/\$quot/","\"","Hello &quot;world&quot;");
>
>
> --
> The Same,
>  Steel                            mailto:[EMAIL PROTECTED]
>                                        http://www.none.ru
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to