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