Re: [PHP] Good HTML parser needed
[email protected] ("Yi Wang")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
You should pass the secend parm to the function. Like this: $allowable_tags = '<p><a><td><table>'; strip_tags( $text, $allowable_tags ); On 5/13/08, Shelley <[email protected]> wrote: > Not that. > > It will just remove all html tags, you know. > > > -- > Regards, > Shelley -- Regards, Wang Yi