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 (1x1) next to it, but it's missing link
any ideas what am I doing wrong?


<a href="http://www.kqzyfj.com/click-3782261-10563989">invisibleSHIELD for the iPhone 3G</a>...the link seems to be there – Clive Oct 30 '11 at 1:43