DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
randstring php
<?php
$random
=
substr
(
md5
(
mt_rand
(
)
)
,
0
,
7
)
;
echo
$random
;
?>
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#randstring
#php
ADD COMMENT
Topic
COMMENT
Name
6+5 =
Submit