Show Output
Convert Characters to HTML Entities in PHP
\"amazing\" story."; // Encoding the string $encoded_str = htmlentities($str); echo $encoded_str; ?>