My Apache/PHP installation is making me use <?php ... ?> instead of <? ... ?>. Where is this found in the configuration file so that I don’t need to do the former? I’m assuming it’s in php.ini, but not sure what it would be called.
My Apache/PHP installation is making me use <?php … ?> instead of <? …
Share
It’s the
short_open_tagconfiguration directive. http://php.net/manual/en/ini.core.php