Search code examples
phpphp-shorttags

PHP setting to enable <?=


I just upgraded my WAMP.

A lot of my code used to use <?=$variable?> for a quick echo statement. Does anyone know the php setting to turn this back on?


Solution

  • Just set

    short_open_tag=On
    

    in php.ini