PHP -Text an HTML
htmlentities(`<script>alert(1)</script>`)
Undefined
htmlentities(`<script>alert(1)</script>`)
$cleaner_input = strip_tags($text);