trying to use this function
http://php.net/manual/en/function.strip-tags.php
against this:
[link-code-html] => <a href="http://www.kqzyfj.com/click-3782261-10563989">invisibleSHIELD for the iPhone 3G</a><img src="http://www.ftjcfx.com/image-3782261-10563989" width="1" height="1" border="0"/>
while
echo(strip_tags($each->{'link-code-html'}),'<a>'));
returns me:
invisibleSHIELD for the iPhone 3G
it doesn’t seems like I have img (1×1) next to it, but it’s missing link
any ideas what am I doing wrong?
The
<a>is not within the call ofstrip_tags(), it should be: