<!DOCTYPE html>
<html>
<body>

<?php
similar_text("Hello World","Hello Shanghai",$percent);
echo $percent . "%";
?>
  
</body>
</html>