<!DOCTYPE html>
<html>
<body>
<?php
$str = addcslashes("Hello World!","W");
echo($str);
?>
</body>
</html>