<!DOCTYPE html> <html> <body> <?php echo str_repeat("Shanghai ",5); ?> </body> </html>
<?php echo str_repeat("Shanghai ",5); ?>