> -----Original Message-----
> From: Don [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 08, 2007 3:28 PM
> To: php-general@lists.php.net
> Subject: RE: [PHP] what do i need to disable
> 
> 
> I asked this question awhile ago and never really visited the issue till
> now. The response I got showed me how to disable everything, but I want to
> allow basic html tags.


http://us3.php.net/strip_tags

You can use the optional second parameter to specify tags which should not
be stripped. 

HTH,

Brad

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

Reply via email to