<!DOCTYPE html> <html> <body> <?php $str = "Hello world!"; echo $str; ?> </body> </html>
<?php $str = "Hello world!"; echo $str; ?>