PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
echo substr("Hello world",6);
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy