Hallo Jörg,
https://example.com/index.html?ladetag=<?=[code lang=php]date("Ymd")
?>[/code]Das ist nur fast gut:
https://example.com/index.html?ladetag=<?php echo date("Ymd"); ?>
Short-tags stehen aus gutem Grund meist auf "off".
<?= funktioniert ab PHP 5.4.0 immer.
Gruß,
Tobias