<!DOCTYPE html> <html> <body> <?php echo stripslashes("Hello \World!"); ?> </body> </html>
<?php echo stripslashes("Hello \World!"); ?>