Get uniqid : md5 « Login Authentication « PHP






Get uniqid

<?
$id = uniqid("phpuser");
echo "$id";

?>
           
       








Related examples in the same category

1.Use md5 function to encrypt text
2.md5 and uniqid