Re: [PHP] RE: html in my form? bad things! help help help! From: zerosumzero <email protected>
Date: 07/16/79

on 7/16/01 2:03 AM, Ray Dow at ray <email protected> wrote:

> Everything removed by strip_tags(), including <a href="somelink>click me</a>
> (you original example)
>
> See the problem?

Everything isn't removed if you set it up like this:

strip_tags($string,"<a>,<i>,<b>")

that part is working fine, it's tags with missing quotes that have me
worried, like this:

<a href="http://www.someplace.com>My site!</a>

-- 
susan <email protected>
http://futurebird.diaryland.com

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>