PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
strtr(
"Hilla Warld"
,
"ia"
,
"eo"
);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy