ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,299
- Points
- 823
Reputation:
Is there a function that you can push a message containing RAW HTML, etc., through that would convert it to BBCode (stripping it of everything that can't be posted, such as Javascript, etc.), or would I need to strip it down to basic HTML then regex the HTML, etc., to wrap it in BBCode before saving the thread?
Or is this enough:
PHP:
For results...
Read more
Continue reading...
Or is this enough:
PHP:
$post->message = "<b>RAW text including</b> code that should be converted to BBCode and code typically not allowed <div></div> etc. stripped";
For results...
Read more
Continue reading...