ITSAPHPWORLD.com
Free PHP-Scripts
SQL-Statements
Angebot
E-Mail
Zufallszahl
Mittels der
rand()
-Funktion wird eine Zufallszahl ermittelt. Im folgenden Beispiel wird aus dem Zahlenpool bis 100 eine Zahl ausgewählt.
<?
$zufallszahl = rand(1,100);
echo "$zufallszahl";
?>
Download PHP Version 7.4.2
created by
NET
TECS
.ch