PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$str =
"Hello"
;
echo
soundex($str);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy