<!DOCTYPE html> <html> <body> <?php $str = "I love Shanghai!"; print $str; ?> </body> </html>
<?php $str = "I love Shanghai!"; print $str; ?>