How do I use htmlspecialchars to escape all html but then allow two tags?
I've escaped my text but want to allow the following two tags:
img
iframe
Is there an easy way to do this?
I never had a class on php so everything I know is self taught.
Any insight would be greatly apreciated :)
Thanks in advance guys!