x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello";
echo soundex($str);
?>
</body>
</html>