In article <[EMAIL PROTECTED]> ,
[EMAIL PROTECTED] (Bb) wrote:

>I'm having a problem using strip_tags.
>
>When I try and run a table through strip_tags with the following vars, it
>looses everything after the first cell with content in, i.e: nothing after
>the first cell is returned, not even a </td>
>
>can anyone help?
>
>is this a PHP bug?

Post sample HTML source that does this...

My best guess is that your TD tag is missing the > or some other tag is
messed up...

Or a missing quote could do this as well.

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to