x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = "Hello World!";
echo substr($x, 6);
?> 
</body>
</html>