Basic syntax of php

Bascic Syntax of php
 
Php script start in <?

end with ?>
Example of Simple Php Script
<?php
echo "hello";