Erzeugen Sie zufällige Zeichenfolge in PHP mit Uniqid () -Funktion
<?php
$result = uniqid();
echo "Hello from Softhunt.net";
echo $result;
?>
Outrageous Ostrich
<?php
$result = uniqid();
echo "Hello from Softhunt.net";
echo $result;
?>