Result Size:
625 x 571
tryphp_func_string_htmlspecialchars3.php:
<!DOCTYPE html> <html> <body> <?php $str = 'I love "PHP".'; echo htmlspecialchars($str, ENT_QUOTES); // Converts double and single quotes ?> </body> </html>
I love "PHP".