$encoded_name = htmlspecialchars($_POST['name'], ENT_QUOTES, 'UTF-8');$encoded_dinner = htmlentities($_POST['dinner'], ENT_QUOTES, 'UTF-8');?>