<!DOCTYPE html>
<html>
<body>

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


</body>
</html>