CODE
LIBARY.COM
Home
/
PHP
PHP Random number using microtime
Random number using microtime
<? $a = explode(" ",microtime()); echo substr(rand(1,$a[1]), 0, 8); ?>
$a = explode(" ",microtime()); echo substr(rand(1,$a[1]), 0, 8); ?>
Copy to Clipboard
Related Snippets
PHP Remove Inline Styling from WordPress Tag Clouds
PHP Proxy Detection Function for Web Analytics and User Blocking
PHP Array Push useful for reverse directory listing
PHP GD Brushes
PHP Array Extension Get
PHP Numbers Formatting
PHP Ping
PHP Web Based Last Modified Date and Etag Checker
PHP Quick Sort
PHP Simple Graphic Counter