Run Code
Browser not compatible.
<?php
$a = "welcome to"; $b = "studentstutorial.com"; print "<h1>$a</h1>"; print " $b<br>";
?>