', htmlspecialchars($name, ENT_QUOTES));
printf('Password: %s
', htmlspecialchars($password, ENT_QUOTES));
printf('Favorite Color: %s
', htmlspecialchars($color, ENT_QUOTES));
printf('Languages Spoken: %s
', htmlspecialchars(implode(', ', $languages), ENT_QUOTES));
printf('Comments: %s
', htmlspecialchars($comments, ENT_QUOTES));
}
}
?>