x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo strrev("I love Shanghai!");
?>
  
</body>
</html>