Try always to use "long" tags.
http://php.net/manual/en/language.basic-syntax.phptags.php
However note this
This directive also affected the shorthand <?= before PHP 5.4.0, which is identical to <? echo. Use of this shortcut required short_open_tag to be on. Since PHP 5.4.0, <?= is always available.
Link: http://php.net/manual/en/ini.core.php#ini.short-open-tag
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community