I have used one if condition and i'm using opencart platform
code is working fine in my local but not in the server
<? if ($a == '1') : ?>
// if something
<? else: ?>
// else something
<? endif; ?>
this code giving me an error in my server
i'm using php version 7.2 in both my local and server