Syntex
A PHP file normally contains HTML tags, and some PHP scripting code.
<?php …………… ?>
Ex…
<?php
echo"helloworld";
?>
output:
helloworld