MY NODE
SHARING MY KNOWLEDGE
Monday, July 28, 2008
How to get a random alpha numeric value php - uniqid()
If you want to get a random alpha numeric value (Numbers and letters) in php you can use uniqid() (Only works in php 5 or later)
<?php
$random = md5(uniqid());
echo $random;
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment