Man, I could swear I saw it somewhere, the useful syntax for shortening the <?php echo $var ?> construct, and I think it was <?=$var?> but it doesn't work. I've searched about half an hour now but can't find the website again that told me about it, and I can't figure out the correct syntax.
Am I hallucinating or is there really a syntax like this?
<div style="background-color:<?=$backgroundColorFromPhp?>">
Hello <?=$name?>!
</div>