PHP - remove html tags from string except <img>

Posted by manhag on Stack Overflow See other posts from Stack Overflow or by manhag
Published on 2010-04-11T04:06:12Z Indexed on 2010/04/11 4:13 UTC
Read the original article Hit count: 246

Filed under:
|

i want to remove all tags except img tag

$words = strip_tags($words, '');

is it useful ?

© Stack Overflow or respective owner

Related posts about php

Related posts about html