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