Bild im Vollbild zeigen |
So sieht´s aus |
Quellcode |
<html> <head> <style type="text/css">Hier nichts</style> <head> <body > <div style="font-size:2em; color:orange;"> <?php $monat = array( "Januar", "Februar", "September", "Oktober", "November", "Dezember" ); $zufall = mt_rand(0, count($monat)-1); echo $monat[$zufall]; ?> </div> </body> </html> |
Kontakt Datenschutz Impressum |