PHP Strip Tags IMG ERROR?

Marco

New member
I am dealing with this issue:
The language is PHP

strip_tags(HTML,'<a><p><span><em><strong><hr><img><ul><li><ol><br>');

Dis-spite placing IMG as allowed tag, it still get's removed from any string.

I did some googling and so far no good. I tried replacing <img with like %IMG% and replacing it back afterwards but that somehow doesn't seem to help.

Can you post me some alternatives or eventually solutions?

Thanks
 
Back
Top