<!DOCTYPE html>
<html>
<body>

<?php
echo strtr("Hilla Warld","ia","eo");
?>
  
</body>
</html>