5 lines
192 B
PHP
5 lines
192 B
PHP
PHP code must always be delimited by the full-form, standard PHP tags (<?php ?>)
|
|
|
|
Short tags are never allowed. For files containing only PHP code, the closing tag must always be omitted
|
|
|