Re: strip_tags function [message #178738 is a reply to message #178737] |
Thu, 26 July 2012 17:27 |
Tim Fardell
Messages: 5 Registered: July 2012
Karma:
|
Junior Member |
|
|
On Thu, 26 Jul 2012 18:18:44 +0100, Tim Fardell
<tim(dot)fardell(dot)all-your-clothes(at)virgin(dot)net> wrote:
> However, am I right in thinking that the strip_tags() function simply assumes
> that any less-than character (<) occurring within a string is the beginning of a
> tag?
>
> I hope I'm wrong, because that would be completely crap and useless :-)
Apologies for following-up my own post, but I just realised the answer to my own
question.
I think I am correct that strip_tags assumes any '<' character to be the
beginning of a tag - but this doesn't actually matter, since the input string
should be HTML encoded anyway, so all '<' characters should be escaped as '<'
- so all actual '<' characters will indeed be tags :-)
So I wasn't wrong, but it's not as crap and useless as I thought!
--
Please remove all-your-clothes before replying.
|
|
|