<?php $var = "PHP Tutorial"; ?> <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title><?php echo $var ?></title> </head> </html>
You have javascript disabled. You will not be able to edit any code.