<?php $var="PHP tutorial"; ?> <!DOCTYPE html> <html> <head> <title><?php print $var; ?></title> </head> <body> <h3><?php echo $var; ?></h3> </body> </html>
You have javascript disabled. You will not be able to edit any code.