<!DOCTYPE html>
<html>
<body>

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


</body>
</html>