Gein skrev:
<?= (eller egentligen <%=) är bara ett ASP-påhitt som inte fungerar i PHP.
manualen skrev:
echo() also has a shortcut syntax, where you can immediately follow the opening tag with an equals sign. This short syntax only works with the short_open_tag configuration setting enabled.
I have <?=$foo?> foo.
Fungerar m.a.o. i PHP så länge short_open_tag är satt.