<!DOCTYPE html>
<html>
<body>
<?php
echo str_rot13("Hello World");
echo "<br>";
echo str_rot13("Uryyb Jbeyq");
?>
</body>
</html>