People are submitting `<script>` tags into my forum posts and it executes when others view it!
Twonk9098
Admin
Rep: 9999
Replied on June 15, 2026, 8:22 am
You MUST escape user output! When printing data to the page, wrap it in `htmlspecialchars($content, ENT_QUOTES, 'UTF-8')`. Never trust user input to be safe HTML.