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