Snippet not working on domain

Use proper echo short tags, instead of php short tags:

Test2: <?= "Ausgabe: "  . $datenschutz ?>

(PHP Short tags <? ?> are likely not enabled and shouldn’t be used for compatibility and other reasons.)

1 Like