code snippets in 140 characters or less
Sharing:
Search:
Latest
Archives
Math
DateTime
Array
String
Regex
Globals
Random number (86)
<?php
echo
mt_rand
(
1
,
10000
) .
"<br />"
;
echo
mt_rand
(
1
,
10000
) .
"<br />"
;
?>