Answers for "xss=removed"

PHP
0

xss=removed

<?php
  $description = "<p style='text-align:center'>Description</p>"; // <p xss=removed >Description</p>
  html_escape($description); // <p style='text-align:center'>Description</p>
?>
Posted by: Guest on August-24-2021

Browse Popular Code Answers by Language