Jump to content

Stop processing html apart from 1 tag


jaymc

Recommended Posts

Right, I have a PM system which allows members to send messages to each other

Now, when reading these messages I want to protect the script by disabling the processing of html

So, if a member types out a message like so "<b>hi</b> how are you

Then hi will not be in bold, it will simply be displayed with those bold tags around it, the same as it works on here

However, and this is the tricky part, I want it to stop the processing of any HTML, apart from the <img> tags (for use with displaying emoticons in the message)

Any feasable way to go about this?

On the same note, I also want any PHP in messages to be displayed on page, not parsed or ignored
Link to comment
https://forums.phpfreaks.com/topic/24318-stop-processing-html-apart-from-1-tag/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.