<!DOCTYPE html>
<html>
<body>
<?php
echo similar_text("Hello World","Hello Bill");
?>
</body>
</html>