PHP -Zufallszahlengenerator
<?php
echo rand(1,50);
?>
Xfantasia
<?php
echo rand(1,50);
?>
int random_int ( int $min , int $max )