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."
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."