Generating Random String In PHP Using uniqid() function

119

<?php 
$result = uniqid(); 
echo "Hello from Softhunt.net";

echo $result;
?>

Comments

Submit
0 Comments