I’m in a situation where I have to use PHP full tag. NO short open tag.
My question is any one-liner to echo a variable like <?=$ProEmailAPI_ID?>
instead of <?php echo $ProEmailAPI_ID;?>
I tried <?php=$ProEmailAPI_ID?>
and it throws the below parse error.
Parse error: syntax error, unexpected ‘=’
Thank you for your help!