Date: 07/16/79
- Next message: Jason Rennie: "[PHP] Session questions"
- Previous message: Ray Dow: "[PHP] RE: html in my form? bad things! help help help!"
- In reply to: Ray Dow: "[PHP] RE: html in my form? bad things! help help help!"
- Next in thread: Ray Dow: "RE: [PHP] RE: html in my form? bad things! help help help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jason Rennie: "[PHP] Session questions"
- Previous message: Ray Dow: "[PHP] RE: html in my form? bad things! help help help!"
- In reply to: Ray Dow: "[PHP] RE: html in my form? bad things! help help help!"
- Next in thread: Ray Dow: "RE: [PHP] RE: html in my form? bad things! help help help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

