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