<!DOCTYPE html>
<html>
<body>

<?php
echo similar_text("Hello World","Hello Peter");
?>


</body>
</html>