First Commit
This commit is contained in:
9
html/webseiten/header.php
Executable file
9
html/webseiten/header.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user