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