simple syntax of Php

Bacic Syntax of Php
php Start with <?php and ends with ?>

Example of php print a word
 <?php
echo "Welcome to php";
?>