Op zondag 11 augustus 2002 16:42, schreef Kristoffer Strom:
> Got a problem when echo:ing a variable containing alot of text.
> When echoing it backslashes ("\") every apostrophe ("'") and quote (").
> This I don't like.
> And I can't use HTMLSPECIALCHARS or HTMLENTITIES since the text has alot of
> html tags that I want to keep intact.
>
> /Kris

echo stripslaches($var);

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

Reply via email to