Replies: 1 comment 1 reply
-
The implementation depends on your goal. What are you guarding against? Your example seems to involve what ends up in Possibly helpful resources:
Don't try to combine these three concepts or else you'll end up with an unusable mess like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have old code that I would like to replace with e107 stuff.
What is e107 functionality similar to this?
At first strip_tags is used, this is clear.
descript(strip_tags($_POST['title'], $allowed_tags))
Thanks
Beta Was this translation helpful? Give feedback.
All reactions