Is there another way to do this...I'd like to be able to display html code
on my php pages (code examples)
Thx Joe

"Henrik Hansen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECTED] (Joe Van Meer) wrote:
>
>  > I figured it out...  strip_tags() function did the trick .
> >
>
> use strip_tags with caution because it removes some valid text ex:
>
> something < something
>
> will be
>
> something
>
> after using strip_tags on the text.
>
> --
> Henrik Hansen



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to