Hi, für meine Radioseite will ich ein Bingo-Spiel einrichten und arbeite dazu Datenbank gebunden...
hier mein Script:
<?php
srand(microtime()*1000000)
$bingo1=rand(1,20);
$bingo2=rand(1,20);
$bingo3=rand(1,20);
$bingo4=rand(1,20);
$bingo5=rand(1,20)...