6 lines
193 B
PHP
6 lines
193 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
|
|
|
|
|