Files
sternwarte_server/html/webseiten/header.php
2025-11-02 22:52:08 +01:00

10 lines
431 B
PHP
Executable File

<?php
srand(microtime()*1000000);
$zufalll = rand(1,6);
srand(microtime()*1000000);
$zufallr = rand(1,6);
?> <div class="header"><img src="bilder/bild_links<?php echo $zufalll; ?>.jpg" width="295" height="203" alt="Astroaufnahme"/><img src="bilder/gfpw_head-logo.gif" width="310" height="203" /><img src="bilder/bild_rechts<?php echo $zufallr; ?>.jpg" width="295" height="203" alt="Astroaufnahme"/></div>