Configure PHP to include <? =
4 answers
In php.ini this variable is called short_open_tag
Check out this php manual: http://php.net/manual/en/ini.core.php to enable this option.
+1
In php.ini this variable is called short_open_tag
Check out this php manual: http://php.net/manual/en/ini.core.php to enable this option.