<!DOCTYPE html>
<html>
<body>

<?php
echo str_rot13("I love Shanghai");
echo "<br>";
echo str_rot13("V ybir Funatunv");
?>
  
</body>
</html>