Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Generating Random String In PHP Using uniqid() function

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

echo $result;
?>
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Generating #Random #String #In #PHP #Using #function
ADD COMMENT
Topic
Name
9+3 =