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 "world""

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 "world"");


-- 
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