Php code don't work

Why don’t php codes work? I have it well configured in the control panel

Php version 5.5
show errors on

code:

<? echo "hello"; ?>

Does not show anything

PHP short tags do not work anymore :slight_smile:
Type <?php instead of <?
?> can still be the same :wink:

I never needed to add the <?php can not be avoided? I would have to edit many files to work.

Hi @NepT1!

PHP short tags have been deprecated, however there is still one way to add support for it. For future, please use normal <?php / ?> tags instead :wink: