on 7/16/01 2:03 AM, Ray Dow at [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>



-- 
[EMAIL PROTECTED]
http://futurebird.diaryland.com



-- 
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