10 lines
431 B
PHP
Executable File
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>
|
|
|
|
|
|
|