"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Just wondering if there is a way in php to filter out FONT tags when
> inserting
> a record from a textarea so information appears with the standard defined
> CSS style
> on detail/result pages?
>
> Any help would be greatly appreciated

Hi Chris,

take a look at strip_tags():
http://de2.php.net/manual/en/function.strip-tags.php

You can define which tags should NOT be stripped from the supplied string.

Regards, Torsten Roehr

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

Reply via email to