Hello all,
I am trying to eliminate the following break and image tag:
usingCode:<br><img src="/images/grammi.gif" width="100%" height="2px">but I am seeing the following returned in html:PHP Code:$remove = array('\n', '\r', '\t', '<br><img src', '=\"', '\/images\/grammi', '.gif\"', 'width', '=\"', '100', '%\"', 'height=', '\"2px', '\">');
$str = str_replace($remove, "", $str);
Code:='/images/grammi.gif' ='%' '2px'>
Can someone tell me what I am doing wrong?





Bookmarks