Delimit a PHP section
PHP

Delimit the start and end of a block of text that should be treated as a PHP language block.
Syntax
The syntax consists of starting and ending delimiters, with valid PHP syntax between.
The starting delimiter is a less-than + question-mark <?.
The ending delimiter is a question-mark + greater-than ?>.
<? PHP code ?>