suit: <? veraltet? Nur noch <?php

Beitrag lesen

Apropos: was meinst du mit <?=

<?=$foo?> ist die kurzschreibweise von <?php echo $foo; ?>

Aber das hätte dir die Doku auch gesagt:

"Note: This directive also affects the shorthand <?=, which is identical to <? echo."