<!DOCTYPE html>
<html>
<body>

<?php
echo stripcslashes("Hello \World!");
?>

 
</body>
</html>