Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Because with <? Many problems. Rendering XML documents (yes, it happens), some other stuff, conflicts, etc. For this reason, it is disabled by default in php.ini. And for this reason, the standard says not to use this tag at all.
PHP also allows short tags <? and ?> , but they are not recommended, as they are only available if enabled with the php.ini configuration directive short_open_tag , or if PHP has been configured with the --enable-short-tags option.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question